# -*- encoding: utf-8 -*- # stub: ruby-statistics 4.0.1 ruby lib Gem::Specification.new do |s| s.name = "ruby-statistics".freeze s.version = "4.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["esteban zapata".freeze] s.bindir = "exe".freeze s.date = "2024-08-13" s.description = "This gem is intended to accomplish the same purpose as jStat js library:\n to provide ruby with statistical capabilities without the need\n of a statistical programming language like R or Octave. Some functions\n and capabilities are an implementation from other authors and are\n referenced properly in the class/method.".freeze s.email = ["ruby@estebanz.email".freeze] s.files = [".github/dependabot.yml".freeze, ".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/enumerable.rb".freeze, "lib/math.rb".freeze, "lib/ruby-statistics.rb".freeze, "lib/ruby-statistics/distribution.rb".freeze, "lib/ruby-statistics/distribution/bernoulli.rb".freeze, "lib/ruby-statistics/distribution/beta.rb".freeze, "lib/ruby-statistics/distribution/binomial.rb".freeze, "lib/ruby-statistics/distribution/chi_squared.rb".freeze, "lib/ruby-statistics/distribution/empirical.rb".freeze, "lib/ruby-statistics/distribution/f.rb".freeze, "lib/ruby-statistics/distribution/geometric.rb".freeze, "lib/ruby-statistics/distribution/logseries.rb".freeze, "lib/ruby-statistics/distribution/negative_binomial.rb".freeze, "lib/ruby-statistics/distribution/normal.rb".freeze, "lib/ruby-statistics/distribution/poisson.rb".freeze, "lib/ruby-statistics/distribution/t_student.rb".freeze, "lib/ruby-statistics/distribution/uniform.rb".freeze, "lib/ruby-statistics/distribution/weibull.rb".freeze, "lib/ruby-statistics/spearman_rank_coefficient.rb".freeze, "lib/ruby-statistics/statistical_test.rb".freeze, "lib/ruby-statistics/statistical_test/chi_squared_test.rb".freeze, "lib/ruby-statistics/statistical_test/f_test.rb".freeze, "lib/ruby-statistics/statistical_test/kolmogorov_smirnov_test.rb".freeze, "lib/ruby-statistics/statistical_test/t_test.rb".freeze, "lib/ruby-statistics/statistical_test/wilcoxon_rank_sum_test.rb".freeze, "lib/ruby-statistics/version.rb".freeze, "ruby-statistics.gemspec".freeze] s.homepage = "https://github.com/estebanz01/ruby-statistics".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A ruby gem for som specific statistics. Inspired by the jStat js library.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 13.0".freeze, ">= 12.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.6".freeze, ">= 3.6.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 11.1".freeze, ">= 11.1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.14".freeze, ">= 0.14.0".freeze]) end