# -*- encoding: utf-8 -*- # stub: distribution 0.7.2 ruby lib Gem::Specification.new do |s| s.name = "distribution".freeze s.version = "0.7.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Claudio Bustos".freeze] s.date = "2015-04-03" s.description = "Distribution".freeze s.email = ["clbustos@gmail.com".freeze] s.executables = ["distribution".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "History.txt".freeze, "LICENCE.md".freeze, "README.md".freeze, "Rakefile".freeze, "benchmark/binomial_coefficient.rb".freeze, "benchmark/binomial_coefficient/binomial_coefficient.ds".freeze, "benchmark/binomial_coefficient/binomial_coefficient.xls".freeze, "benchmark/binomial_coefficient/experiment.rb".freeze, "benchmark/factorial_hash.rb".freeze, "benchmark/factorial_method.rb".freeze, "benchmark/odd.rb".freeze, "benchmark/power.rb".freeze, "bin/distribution".freeze, "data/template/distribution.erb".freeze, "data/template/distribution/gsl.erb".freeze, "data/template/distribution/ruby.erb".freeze, "data/template/spec.erb".freeze, "distribution.gemspec".freeze, "lib/distribution.rb".freeze, "lib/distribution/beta.rb".freeze, "lib/distribution/beta/gsl.rb".freeze, "lib/distribution/beta/java.rb".freeze, "lib/distribution/beta/ruby.rb".freeze, "lib/distribution/binomial.rb".freeze, "lib/distribution/binomial/gsl.rb".freeze, "lib/distribution/binomial/java.rb".freeze, "lib/distribution/binomial/ruby.rb".freeze, "lib/distribution/bivariatenormal.rb".freeze, "lib/distribution/bivariatenormal/gsl.rb".freeze, "lib/distribution/bivariatenormal/java.rb".freeze, "lib/distribution/bivariatenormal/ruby.rb".freeze, "lib/distribution/bivariatenormal/statistics2.rb".freeze, "lib/distribution/chisquare.rb".freeze, "lib/distribution/chisquare/gsl.rb".freeze, "lib/distribution/chisquare/java.rb".freeze, "lib/distribution/chisquare/ruby.rb".freeze, "lib/distribution/chisquare/statistics2.rb".freeze, "lib/distribution/exponential.rb".freeze, "lib/distribution/exponential/gsl.rb".freeze, "lib/distribution/exponential/ruby.rb".freeze, "lib/distribution/f.rb".freeze, "lib/distribution/f/gsl.rb".freeze, "lib/distribution/f/java.rb".freeze, "lib/distribution/f/ruby.rb".freeze, "lib/distribution/f/statistics2.rb".freeze, "lib/distribution/gamma.rb".freeze, "lib/distribution/gamma/gsl.rb".freeze, "lib/distribution/gamma/java.rb".freeze, "lib/distribution/gamma/ruby.rb".freeze, "lib/distribution/hypergeometric.rb".freeze, "lib/distribution/hypergeometric/gsl.rb".freeze, "lib/distribution/hypergeometric/java.rb".freeze, "lib/distribution/hypergeometric/ruby.rb".freeze, "lib/distribution/logistic.rb".freeze, "lib/distribution/logistic/ruby.rb".freeze, "lib/distribution/lognormal.rb".freeze, "lib/distribution/lognormal/gsl.rb".freeze, "lib/distribution/lognormal/ruby.rb".freeze, "lib/distribution/math_extension.rb".freeze, "lib/distribution/math_extension/chebyshev_series.rb".freeze, "lib/distribution/math_extension/erfc.rb".freeze, "lib/distribution/math_extension/exponential_integral.rb".freeze, "lib/distribution/math_extension/gammastar.rb".freeze, "lib/distribution/math_extension/gsl_utilities.rb".freeze, "lib/distribution/math_extension/incomplete_beta.rb".freeze, "lib/distribution/math_extension/incomplete_gamma.rb".freeze, "lib/distribution/math_extension/log_utilities.rb".freeze, "lib/distribution/normal.rb".freeze, "lib/distribution/normal/gsl.rb".freeze, "lib/distribution/normal/java.rb".freeze, "lib/distribution/normal/ruby.rb".freeze, "lib/distribution/normal/statistics2.rb".freeze, "lib/distribution/normalmultivariate.rb".freeze, "lib/distribution/poisson.rb".freeze, "lib/distribution/poisson/gsl.rb".freeze, "lib/distribution/poisson/java.rb".freeze, "lib/distribution/poisson/ruby.rb".freeze, "lib/distribution/t.rb".freeze, "lib/distribution/t/gsl.rb".freeze, "lib/distribution/t/java.rb".freeze, "lib/distribution/t/ruby.rb".freeze, "lib/distribution/t/statistics2.rb".freeze, "lib/distribution/version.rb".freeze, "lib/distribution/weibull.rb".freeze, "lib/distribution/weibull/gsl.rb".freeze, "lib/distribution/weibull/ruby.rb".freeze, "spec/beta_spec.rb".freeze, "spec/binomial_spec.rb".freeze, "spec/bivariatenormal_spec.rb".freeze, "spec/chisquare_spec.rb".freeze, "spec/distribution_spec.rb".freeze, "spec/exponential_spec.rb".freeze, "spec/f_spec.rb".freeze, "spec/gamma_spec.rb".freeze, "spec/hypergeometric_spec.rb".freeze, "spec/logistic_spec.rb".freeze, "spec/lognormal_spec.rb".freeze, "spec/math_extension_spec.rb".freeze, "spec/normal_spec.rb".freeze, "spec/poisson_spec.rb".freeze, "spec/shorthand_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/t_spec.rb".freeze, "spec/weibull_spec.rb".freeze, "vendor/java/commons-math-2.2.jar".freeze] s.homepage = "https://github.com/sciruby/distribution".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Distribution".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.2".freeze]) end