# -*- encoding: utf-8 -*- # stub: statsample 1.4.0 ruby lib Gem::Specification.new do |s| s.name = "statsample".freeze s.version = "1.4.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 = "2014-10-11" s.description = "A suite for basic and advanced statistics on Ruby. Tested on Ruby 2.1.1p76 (June 2014), 1.8.7, 1.9.1, 1.9.2 (April, 2010), ruby-head(June, 2011) and JRuby 1.4 (Ruby 1.8.7 compatible).\n\nInclude:\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), point biserial, tau a, tau b and gamma. Tetrachoric and Polychoric correlation provides by +statsample-bivariate-extension+ gem.\n* Intra-class correlation\n* Anova: generic and vector-based One-way ANOVA and Two-way ANOVA, with contrasts for One-way ANOVA.\n* Tests: F, T, Levene, U-Mannwhitney.\n* Regression: Simple, Multiple (OLS), Probit and Logit\n* Factorial Analysis: Extraction (PCA and Principal Axis), Rotation (Varimax, Equimax, Quartimax) and Parallel Analysis and Velicer's MAP test, for estimation of number of factors.\n* Reliability analysis for simple scale and a DSL to easily analyze multiple scales using factor analysis and correlations, if you want it.\n* Basic time series support\n* Dominance Analysis, with multivariate dependent and bootstrap (Azen & Budescu)\n* Sample calculation related formulas\n* Structural Equation Modeling (SEM), using R libraries +sem+ and +OpenMx+\n* Creates reports on text, html and rtf, using ReportBuilder gem\n* Graphics: Histogram, Boxplot and Scatterplot".freeze s.email = ["clbustos@gmail.com".freeze] s.extra_rdoc_files = ["History.txt".freeze, "LICENSE.txt".freeze, "Manifest.txt".freeze, "README.md".freeze, "references.txt".freeze] s.files = [".gemtest".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "History.txt".freeze, "LICENSE.txt".freeze, "Manifest.txt".freeze, "README.md".freeze, "Rakefile".freeze, "benchmarks/correlation_matrix_15_variables.rb".freeze, "benchmarks/correlation_matrix_5_variables.rb".freeze, "benchmarks/correlation_matrix_methods/correlation_matrix.ds".freeze, "benchmarks/correlation_matrix_methods/correlation_matrix.html".freeze, "benchmarks/correlation_matrix_methods/correlation_matrix.rb".freeze, "benchmarks/correlation_matrix_methods/correlation_matrix.xls".freeze, "benchmarks/correlation_matrix_methods/correlation_matrix_gsl_ruby.ods".freeze, "benchmarks/correlation_matrix_methods/correlation_matrix_with_graphics.ods".freeze, "benchmarks/correlation_matrix_methods/results.ds".freeze, "benchmarks/factor_map.rb".freeze, "benchmarks/helpers_benchmark.rb".freeze, "data/locale/es/LC_MESSAGES/statsample.mo".freeze, "doc_latex/manual/equations.tex".freeze, "examples/boxplot.rb".freeze, "examples/correlation_matrix.rb".freeze, "examples/dataset.rb".freeze, "examples/dominance_analysis.rb".freeze, "examples/dominance_analysis_bootstrap.rb".freeze, "examples/histogram.rb".freeze, "examples/icc.rb".freeze, "examples/levene.rb".freeze, "examples/multiple_regression.rb".freeze, "examples/multivariate_correlation.rb".freeze, "examples/parallel_analysis.rb".freeze, "examples/polychoric.rb".freeze, "examples/principal_axis.rb".freeze, "examples/reliability.rb".freeze, "examples/scatterplot.rb".freeze, "examples/t_test.rb".freeze, "examples/tetrachoric.rb".freeze, "examples/u_test.rb".freeze, "examples/vector.rb".freeze, "examples/velicer_map_test.rb".freeze, "grab_references.rb".freeze, "lib/spss.rb".freeze, "lib/statsample.rb".freeze, "lib/statsample/analysis.rb".freeze, "lib/statsample/analysis/suite.rb".freeze, "lib/statsample/analysis/suitereportbuilder.rb".freeze, "lib/statsample/anova.rb".freeze, "lib/statsample/anova/contrast.rb".freeze, "lib/statsample/anova/oneway.rb".freeze, "lib/statsample/anova/twoway.rb".freeze, "lib/statsample/bivariate.rb".freeze, "lib/statsample/bivariate/pearson.rb".freeze, "lib/statsample/codification.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/map.rb".freeze, "lib/statsample/factor/parallelanalysis.rb".freeze, "lib/statsample/factor/pca.rb".freeze, "lib/statsample/factor/principalaxis.rb".freeze, "lib/statsample/factor/rotation.rb".freeze, "lib/statsample/graph.rb".freeze, "lib/statsample/graph/boxplot.rb".freeze, "lib/statsample/graph/histogram.rb".freeze, "lib/statsample/graph/scatterplot.rb".freeze, "lib/statsample/histogram.rb".freeze, "lib/statsample/matrix.rb".freeze, "lib/statsample/multiset.rb".freeze, "lib/statsample/regression.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/reliability/icc.rb".freeze, "lib/statsample/reliability/multiscaleanalysis.rb".freeze, "lib/statsample/reliability/scaleanalysis.rb".freeze, "lib/statsample/reliability/skillscaleanalysis.rb".freeze, "lib/statsample/resample.rb".freeze, "lib/statsample/rserve_extension.rb".freeze, "lib/statsample/shorthand.rb".freeze, "lib/statsample/srs.rb".freeze, "lib/statsample/test.rb".freeze, "lib/statsample/test/bartlettsphericity.rb".freeze, "lib/statsample/test/chisquare.rb".freeze, "lib/statsample/test/f.rb".freeze, "lib/statsample/test/kolmogorovsmirnov.rb".freeze, "lib/statsample/test/levene.rb".freeze, "lib/statsample/test/t.rb".freeze, "lib/statsample/test/umannwhitney.rb".freeze, "lib/statsample/test/wilcoxonsignedrank.rb".freeze, "lib/statsample/vector.rb".freeze, "lib/statsample/vector/gsl.rb".freeze, "lib/statsample/version.rb".freeze, "po/es/statsample.mo".freeze, "po/es/statsample.po".freeze, "po/statsample.pot".freeze, "references.txt".freeze, "setup.rb".freeze, "test/fixtures/bank2.dat".freeze, "test/fixtures/correlation_matrix.rb".freeze, "test/fixtures/hartman_23.matrix".freeze, "test/fixtures/repeated_fields.csv".freeze, "test/fixtures/stock_data.csv".freeze, "test/fixtures/test_csv.csv".freeze, "test/fixtures/test_xls.xls".freeze, "test/fixtures/tetmat_matrix.txt".freeze, "test/fixtures/tetmat_test.txt".freeze, "test/helpers_tests.rb".freeze, "test/test_analysis.rb".freeze, "test/test_anova_contrast.rb".freeze, "test/test_anovaoneway.rb".freeze, "test/test_anovatwoway.rb".freeze, "test/test_anovatwowaywithdataset.rb".freeze, "test/test_anovawithvectors.rb".freeze, "test/test_bartlettsphericity.rb".freeze, "test/test_bivariate.rb".freeze, "test/test_codification.rb".freeze, "test/test_crosstab.rb".freeze, "test/test_csv.rb".freeze, "test/test_dataset.rb".freeze, "test/test_dominance_analysis.rb".freeze, "test/test_factor.rb".freeze, "test/test_factor_map.rb".freeze, "test/test_factor_pa.rb".freeze, "test/test_ggobi.rb".freeze, "test/test_gsl.rb".freeze, "test/test_histogram.rb".freeze, "test/test_matrix.rb".freeze, "test/test_multiset.rb".freeze, "test/test_regression.rb".freeze, "test/test_reliability.rb".freeze, "test/test_reliability_icc.rb".freeze, "test/test_reliability_skillscale.rb".freeze, "test/test_resample.rb".freeze, "test/test_rserve_extension.rb".freeze, "test/test_srs.rb".freeze, "test/test_statistics.rb".freeze, "test/test_stest.rb".freeze, "test/test_stratified.rb".freeze, "test/test_test_f.rb".freeze, "test/test_test_kolmogorovsmirnov.rb".freeze, "test/test_test_t.rb".freeze, "test/test_umannwhitney.rb".freeze, "test/test_vector.rb".freeze, "test/test_wilcoxonsignedrank.rb".freeze, "test/test_xls.rb".freeze, "web/Rakefile".freeze] s.homepage = "https://github.com/clbustos/statsample".freeze s.licenses = ["MIT".freeze] s.post_install_message = "***************************************************\nThanks for installing statsample.\n\nOn *nix, you could install statsample-optimization\nto retrieve gems gsl, statistics2 and a C extension\nto speed some methods.\n\n $ sudo gem install statsample-optimization\n\nOn Ubuntu, install build-essential and libgsl0-dev \nusing apt-get. Compile ruby 1.8 or 1.9 from \nsource code first.\n\n $ sudo apt-get install build-essential libgsl0-dev\n\n\n*****************************************************\n".freeze s.rdoc_options = ["--main".freeze, "README.md".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_regression.rb".freeze, "test/test_reliability_skillscale.rb".freeze, "test/test_anovatwoway.rb".freeze, "test/test_anova_contrast.rb".freeze, "test/test_resample.rb".freeze, "test/test_ggobi.rb".freeze, "test/test_reliability_icc.rb".freeze, "test/test_stratified.rb".freeze, "test/test_srs.rb".freeze, "test/test_test_f.rb".freeze, "test/test_anovawithvectors.rb".freeze, "test/test_reliability.rb".freeze, "test/test_csv.rb".freeze, "test/test_codification.rb".freeze, "test/test_multiset.rb".freeze, "test/test_anovatwowaywithdataset.rb".freeze, "test/test_statistics.rb".freeze, "test/test_bivariate.rb".freeze, "test/test_histogram.rb".freeze, "test/test_factor_pa.rb".freeze, "test/test_analysis.rb".freeze, "test/test_factor_map.rb".freeze, "test/test_anovaoneway.rb".freeze, "test/test_factor.rb".freeze, "test/test_vector.rb".freeze, "test/test_test_t.rb".freeze, "test/test_dataset.rb".freeze, "test/test_dominance_analysis.rb".freeze, "test/test_gsl.rb".freeze, "test/test_umannwhitney.rb".freeze, "test/test_stest.rb".freeze, "test/test_crosstab.rb".freeze, "test/test_matrix.rb".freeze, "test/test_bartlettsphericity.rb".freeze, "test/test_wilcoxonsignedrank.rb".freeze, "test/test_xls.rb".freeze, "test/test_rserve_extension.rb".freeze, "test/test_test_kolmogorovsmirnov.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["> 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["> 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3".freeze]) s.add_development_dependency(%q.freeze, ["~> 2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) end