# -*- encoding: utf-8 -*- # stub: statsample 0.7.0 ruby lib Gem::Specification.new do |s| s.name = "statsample".freeze s.version = "0.7.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 = ["Claudio Bustos".freeze] s.date = "2010-03-25" s.description = "A suite for basic and advanced statistics on Ruby. Tested on Ruby 1.8.7, Ruby 1.9 and JRuby 1.4 (Ruby 1.8.7 compatible) \n\nIncludes:\n* Descriptive statistics: frequencies, median, mean, standard error, skew, kurtosis (and many others).\n* Imports and exports datasets from and to Excel, CSV and plain text files.\n* Correlations: Pearson's r, Spearman's rank correlation (rho), Tetrachoric, Polychoric\n* Regression: Simple, Multiple, Probit and Logit\n* Factorial Analysis: Extraction (PCA and Principal Axis) and Rotation (Varimax and relatives)\n* Dominance Analysis, with multivariate dependent and bootstrap (Azen & Budescu)\n* Sample calculation related formulas".freeze s.email = ["clbustos@gmail.com".freeze] s.executables = ["statsample".freeze] s.extra_rdoc_files = ["History.txt".freeze, "LICENSE.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze] s.files = ["History.txt".freeze, "LICENSE.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "bin/statsample".freeze, "data/crime.txt".freeze, "data/locale/es/LC_MESSAGES/statsample.mo".freeze, "data/repeated_fields.csv".freeze, "data/test_binomial.csv".freeze, "data/tetmat_matrix.txt".freeze, "data/tetmat_test.txt".freeze, "demo/correlation_matrix.rb".freeze, "demo/dominance_analysis_bootstrap.rb".freeze, "demo/dominanceanalysis.rb".freeze, "demo/levene.rb".freeze, "demo/multiple_regression.rb".freeze, "demo/multivariate_correlation.rb".freeze, "demo/polychoric.rb".freeze, "demo/principal_axis.rb".freeze, "demo/tetrachoric.rb".freeze, "lib/distribution.rb".freeze, "lib/distribution/chisquare.rb".freeze, "lib/distribution/f.rb".freeze, "lib/distribution/normal.rb".freeze, "lib/distribution/normalbivariate.rb".freeze, "lib/distribution/t.rb".freeze, "lib/spss.rb".freeze, "lib/statistics2.rb".freeze, "lib/statsample.rb".freeze, "lib/statsample/anova.rb".freeze, "lib/statsample/bivariate.rb".freeze, "lib/statsample/bivariate/polychoric.rb".freeze, "lib/statsample/bivariate/tetrachoric.rb".freeze, "lib/statsample/codification.rb".freeze, "lib/statsample/combination.rb".freeze, "lib/statsample/converter/csv.rb".freeze, "lib/statsample/converter/spss.rb".freeze, "lib/statsample/converters.rb".freeze, "lib/statsample/crosstab.rb".freeze, "lib/statsample/dataset.rb".freeze, "lib/statsample/dominanceanalysis.rb".freeze, "lib/statsample/dominanceanalysis/bootstrap.rb".freeze, "lib/statsample/factor.rb".freeze, "lib/statsample/factor/pca.rb".freeze, "lib/statsample/factor/principalaxis.rb".freeze, "lib/statsample/factor/rotation.rb".freeze, "lib/statsample/graph/gdchart.rb".freeze, "lib/statsample/graph/svgboxplot.rb".freeze, "lib/statsample/graph/svggraph.rb".freeze, "lib/statsample/graph/svghistogram.rb".freeze, "lib/statsample/graph/svgscatterplot.rb".freeze, "lib/statsample/histogram.rb".freeze, "lib/statsample/matrix.rb".freeze, "lib/statsample/mle.rb".freeze, "lib/statsample/mle/logit.rb".freeze, "lib/statsample/mle/normal.rb".freeze, "lib/statsample/mle/probit.rb".freeze, "lib/statsample/multiset.rb".freeze, "lib/statsample/permutation.rb".freeze, "lib/statsample/regression.rb".freeze, "lib/statsample/regression/binomial.rb".freeze, "lib/statsample/regression/binomial/logit.rb".freeze, "lib/statsample/regression/binomial/probit.rb".freeze, "lib/statsample/regression/multiple.rb".freeze, "lib/statsample/regression/multiple/alglibengine.rb".freeze, "lib/statsample/regression/multiple/baseengine.rb".freeze, "lib/statsample/regression/multiple/gslengine.rb".freeze, "lib/statsample/regression/multiple/matrixengine.rb".freeze, "lib/statsample/regression/multiple/rubyengine.rb".freeze, "lib/statsample/regression/simple.rb".freeze, "lib/statsample/reliability.rb".freeze, "lib/statsample/resample.rb".freeze, "lib/statsample/srs.rb".freeze, "lib/statsample/test.rb".freeze, "lib/statsample/test/levene.rb".freeze, "lib/statsample/test/umannwhitney.rb".freeze, "lib/statsample/vector.rb".freeze, "po/es/statsample.mo".freeze, "po/es/statsample.po".freeze, "po/statsample.pot".freeze, "setup.rb".freeze, "test/test_anova.rb".freeze, "test/test_bivariate.rb".freeze, "test/test_codification.rb".freeze, "test/test_combination.rb".freeze, "test/test_crosstab.rb".freeze, "test/test_csv.csv".freeze, "test/test_csv.rb".freeze, "test/test_dataset.rb".freeze, "test/test_distribution.rb".freeze, "test/test_dominance_analysis.rb".freeze, "test/test_factor.rb".freeze, "test/test_ggobi.rb".freeze, "test/test_gsl.rb".freeze, "test/test_histogram.rb".freeze, "test/test_logit.rb".freeze, "test/test_matrix.rb".freeze, "test/test_mle.rb".freeze, "test/test_multiset.rb".freeze, "test/test_permutation.rb".freeze, "test/test_regression.rb".freeze, "test/test_reliability.rb".freeze, "test/test_resample.rb".freeze, "test/test_srs.rb".freeze, "test/test_statistics.rb".freeze, "test/test_stest.rb".freeze, "test/test_stratified.rb".freeze, "test/test_svg_graph.rb".freeze, "test/test_umannwhitney.rb".freeze, "test/test_vector.rb".freeze, "test/test_xls.rb".freeze, "test/test_xls.xls".freeze] s.homepage = "http://ruby-statsample.rubyforge.org/".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A suite for basic and advanced statistics on Ruby".freeze s.test_files = ["test/test_bivariate.rb".freeze, "test/test_dominance_analysis.rb".freeze, "test/test_factor.rb".freeze, "test/test_anova.rb".freeze, "test/test_permutation.rb".freeze, "test/test_codification.rb".freeze, "test/test_umannwhitney.rb".freeze, "test/test_crosstab.rb".freeze, "test/test_distribution.rb".freeze, "test/test_svg_graph.rb".freeze, "test/test_csv.rb".freeze, "test/test_matrix.rb".freeze, "test/test_gsl.rb".freeze, "test/test_combination.rb".freeze, "test/test_mle.rb".freeze, "test/test_resample.rb".freeze, "test/test_stratified.rb".freeze, "test/test_vector.rb".freeze, "test/test_srs.rb".freeze, "test/test_ggobi.rb".freeze, "test/test_xls.rb".freeze, "test/test_logit.rb".freeze, "test/test_stest.rb".freeze, "test/test_statistics.rb".freeze, "test/test_reliability.rb".freeze, "test/test_histogram.rb".freeze, "test/test_dataset.rb".freeze, "test/test_regression.rb".freeze, "test/test_multiset.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.6.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.0.4".freeze]) s.add_development_dependency(%q.freeze, [">= 0.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.5.1".freeze]) end