# -*- encoding: utf-8 -*- # stub: stati_stica 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "stati_stica".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sigfrid Dusci".freeze] s.date = "2023-12-06" s.email = ["sig@inforlife.ch".freeze] s.executables = ["console".freeze, "rspec".freeze, "setup".freeze] s.files = [".editorconfig".freeze, ".github/workflows/ci.yml".freeze, ".github/workflows/rubygems.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/rspec".freeze, "bin/setup".freeze, "lib/stati_stica.rb".freeze, "lib/stati_stica/coefficient_of_determination.rb".freeze, "lib/stati_stica/linear_regression.rb".freeze, "lib/stati_stica/mean.rb".freeze, "lib/stati_stica/pca/cp.rb".freeze, "lib/stati_stica/pca/cp_lower.rb".freeze, "lib/stati_stica/pca/cp_upper.rb".freeze, "lib/stati_stica/pca/cpk.rb".freeze, "lib/stati_stica/standard_deviation.rb".freeze, "lib/stati_stica/t_distribution.rb".freeze, "lib/stati_stica/two_d_standard_deviation.rb".freeze, "lib/stati_stica/version.rb".freeze, "lib/tables/t95.yml".freeze, "lib/tables/t99.yml".freeze, "spec/spec_helper.rb".freeze, "spec/stati_stica/coefficient_of_determination_spec.rb".freeze, "spec/stati_stica/linear_regression_spec.rb".freeze, "spec/stati_stica/mean_spec.rb".freeze, "spec/stati_stica/pca/cp_lower_spec.rb".freeze, "spec/stati_stica/pca/cp_spec.rb".freeze, "spec/stati_stica/pca/cp_upper_spec.rb".freeze, "spec/stati_stica/pca/cpk_spec.rb".freeze, "spec/stati_stica/standard_deviation.spec.rb".freeze, "spec/stati_stica/two_d_standard_deviation_spec.rb".freeze, "stati_stica.gemspec".freeze] s.homepage = "https://github.com/sigfrid/stati_stica".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Statistical functions for Ruby".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/stati_stica/coefficient_of_determination_spec.rb".freeze, "spec/stati_stica/linear_regression_spec.rb".freeze, "spec/stati_stica/mean_spec.rb".freeze, "spec/stati_stica/pca/cp_lower_spec.rb".freeze, "spec/stati_stica/pca/cp_spec.rb".freeze, "spec/stati_stica/pca/cp_upper_spec.rb".freeze, "spec/stati_stica/pca/cpk_spec.rb".freeze, "spec/stati_stica/standard_deviation.spec.rb".freeze, "spec/stati_stica/two_d_standard_deviation_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1.0".freeze]) end