statsample 0.14.1 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ class StatsampleTestFTestCase < MiniTest::Unit::TestCase
13
13
  assert_equal((@ssb.quo(@df_num)).quo(@ssw.quo(@df_den)), @f.f)
14
14
  end
15
15
  should "have df total equal to df_num+df_den" do
16
- assert_equal(@df_num+@df_den, @f.df_total)
16
+ assert_equal(@df_num + @df_den, @f.df_total)
17
17
  end
18
18
  should "have probability near 0.002" do
19
19
  assert_in_delta(0.002, @f.probability, 0.0005)
@@ -22,7 +22,7 @@ class StatsampleTestFTestCase < MiniTest::Unit::TestCase
22
22
  assert_equal(@f.to_f, @f.f)
23
23
  end
24
24
 
25
- context("method #summary") do
25
+ context("method summary") do
26
26
  setup do
27
27
  @summary=@f.summary
28
28
  end
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 14
8
- - 1
9
- version: 0.14.1
7
+ - 15
8
+ - 0
9
+ version: 0.15.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Claudio Bustos
@@ -35,7 +35,7 @@ cert_chain:
35
35
  rpP0jjs0
36
36
  -----END CERTIFICATE-----
37
37
 
38
- date: 2010-08-18 00:00:00 -04:00
38
+ date: 2010-09-07 00:00:00 -04:00
39
39
  default_executable:
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
@@ -192,6 +192,7 @@ description: |-
192
192
  * Descriptive statistics: frequencies, median, mean, standard error, skew, kurtosis (and many others).
193
193
  * Imports and exports datasets from and to Excel, CSV and plain text files.
194
194
  * 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.
195
+ * Intra-class correlation
195
196
  * Anova: generic and vector-based One-way ANOVA and Two-way ANOVA
196
197
  * Tests: F, T, Levene, U-Mannwhitney.
197
198
  * Regression: Simple, Multiple (OLS), Probit and Logit
@@ -212,6 +213,7 @@ extra_rdoc_files:
212
213
  - LICENSE.txt
213
214
  - Manifest.txt
214
215
  - README.txt
216
+ - references.txt
215
217
  files:
216
218
  - History.txt
217
219
  - LICENSE.txt
@@ -231,6 +233,7 @@ files:
231
233
  - examples/dataset.rb
232
234
  - examples/dominance_analysis.rb
233
235
  - examples/dominance_analysis_bootstrap.rb
236
+ - examples/icc.rb
234
237
  - examples/levene.rb
235
238
  - examples/multiple_regression.rb
236
239
  - examples/multivariate_correlation.rb
@@ -244,6 +247,7 @@ files:
244
247
  - examples/u_test.rb
245
248
  - examples/vector.rb
246
249
  - examples/velicer_map_test.rb
250
+ - grab_references.rb
247
251
  - lib/distribution.rb
248
252
  - lib/distribution/chisquare.rb
249
253
  - lib/distribution/f.rb
@@ -299,6 +303,7 @@ files:
299
303
  - lib/statsample/regression/multiple/rubyengine.rb
300
304
  - lib/statsample/regression/simple.rb
301
305
  - lib/statsample/reliability.rb
306
+ - lib/statsample/reliability/icc.rb
302
307
  - lib/statsample/reliability/multiscaleanalysis.rb
303
308
  - lib/statsample/reliability/scaleanalysis.rb
304
309
  - lib/statsample/resample.rb
@@ -315,6 +320,7 @@ files:
315
320
  - po/es/statsample.mo
316
321
  - po/es/statsample.po
317
322
  - po/statsample.pot
323
+ - references.txt
318
324
  - setup.rb
319
325
  - test/fixtures/correlation_matrix.rb
320
326
  - test/helpers_tests.rb
@@ -343,6 +349,7 @@ files:
343
349
  - test/test_permutation.rb
344
350
  - test/test_regression.rb
345
351
  - test/test_reliability.rb
352
+ - test/test_reliability_icc.rb
346
353
  - test/test_resample.rb
347
354
  - test/test_rserve_extension.rb
348
355
  - test/test_srs.rb
@@ -434,6 +441,7 @@ test_files:
434
441
  - test/test_stest.rb
435
442
  - test/test_statistics.rb
436
443
  - test/test_reliability.rb
444
+ - test/test_reliability_icc.rb
437
445
  - test/test_anovatwoway.rb
438
446
  - test/test_test_f.rb
439
447
  - test/test_test_t.rb
metadata.gz.sig CHANGED
Binary file