Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
146 commits
Select commit Hold shift + click to select a range
ca4d57d
Add an example for chi-square homogeneity test
onli Feb 7, 2015
9050410
Remove Gemfile.lock from the repository
agarie Mar 18, 2015
5618c37
Merge pull request #7 from agarie/remove-gemfile-lock
agarie Mar 18, 2015
3eaa53e
Remove bad check in cronbach_alpha calculation
jeremyevans Mar 18, 2015
3ad5888
Merge pull request #10 from jeremyevans/patch-2
agarie Mar 18, 2015
62f8053
Add travis & code climate badges to README
agarie Mar 19, 2015
c2494cf
Removing old badges from README
agarie Mar 19, 2015
a47eb3f
Improve readability of lib/statsample.rb
agarie Mar 18, 2015
9f9c1d7
Merge pull request #13 from agarie/improving-readability
agarie Mar 24, 2015
09b301a
Replace Hoe with gemspec
agarie Mar 24, 2015
404983e
Update dependencies in gemspec
agarie Mar 26, 2015
e6e9737
Add `test` task to Rakefile
agarie Mar 26, 2015
322bfdb
Add rdoc task to Rakefile
agarie Mar 26, 2015
c381c8d
Merge pull request #17 from agarie/remove-hoe-in-favor-of-gemspec
agarie Mar 26, 2015
56fa281
Updated README with installation procedure
agarie Mar 26, 2015
4276648
Update History.txt
agarie Mar 26, 2015
411f5c6
Fix rubyvis dependency in gemspec
agarie Mar 26, 2015
1abc982
Update version to 1.4.1
agarie Mar 26, 2015
09bd868
Update Minitest usage & test task
agarie Mar 24, 2015
019ea64
Run rubocop --auto-correct against test/
agarie Mar 26, 2015
61a0a67
Start working on 1.4.2
agarie Mar 26, 2015
25f8b3f
Update link to documentation in rubydoc
agarie Mar 26, 2015
2803ae9
Test on Ruby 2.2 and auto test on patched versions
Mar 27, 2015
29b6865
Merge pull request #22 from nicolasleger/patch-1
agarie Mar 28, 2015
a7d21b3
Merge remote-tracking branch 'upstream/master'
agarie Mar 28, 2015
31753bd
Remove 1.9 check in converter/csv.rb
agarie Apr 7, 2015
426761f
Auto-correct stuff in converters & converters/csv.rb
agarie Apr 7, 2015
1270f3b
Refactored Statsample::CSV.{read,write} methods
agarie Apr 7, 2015
65beaac
Add test for reading scientific notation in CSV files
agarie Apr 7, 2015
f73e157
Update History for 1.4.2
agarie Apr 7, 2015
31bc86c
add versions to dependencies
IsmailM Apr 13, 2015
0fca9ff
change bundler dependency version from 1.9 to 1.7
IsmailM Apr 13, 2015
897181a
Merge pull request #26 from IsmailM/master
agarie Apr 13, 2015
63280a3
Remove rb-gsl dependency. Upgrade to 1.4.3.
agarie Apr 27, 2015
d9860e3
changed stuff to ensure proper working with or without GSL.
v0dro May 7, 2015
da88418
Merge pull request #31 from v0dro/wo-gsl
agarie May 7, 2015
14a641b
monkey patch Array to make up for missing rb-gsl methods
v0dro May 8, 2015
38bc895
reduce delta to accomodate for non-gsl calc
v0dro May 8, 2015
024abb9
Merge pull request #32 from v0dro/wo-gsl
agarie May 8, 2015
84b9b71
Changes to make sure statsample works with gsl-nmatrix. Will work smo…
v0dro May 8, 2015
40e3b46
reverted dependency versions
v0dro May 8, 2015
49b46ac
Merge pull request #33 from v0dro/with-gsl-nmatrix
agarie May 8, 2015
02fc1a3
wrote tests for new data types API
v0dro May 13, 2015
5c9090a
Changed statsamples treatement of data types from scale nominal and o…
v0dro May 13, 2015
d6d313f
output warnings to stderr and revert HISTORY file
v0dro May 14, 2015
249076b
Merge pull request #34 from v0dro/remove-types
agarie May 14, 2015
aafa990
statsample::bivariate has now been ported to daru
v0dro May 20, 2015
1b2e835
statsample::AnovaWithVectors now works with Daru::Vector and DataFrame
v0dro May 20, 2015
14afdb5
Statsample::Multiset now works with Daru::DataFrame and Vector
v0dro May 20, 2015
3422d4e
Anova::TwoWayWithVectors now works with daru
v0dro May 20, 2015
915a113
Anova::Contrast works with daru
v0dro May 21, 2015
f11d2f4
Statsample::Regression now works with daru
v0dro May 21, 2015
6361621
Statsample::Factor now works with daru
v0dro May 21, 2015
a0c15bd
Statsample::Factor::ParallelAnalysis now works with daru
v0dro May 22, 2015
6adbdcf
Statsample::Codification works with daru
v0dro May 23, 2015
3e4ce53
removed rserve extension and ported to daru (https://github.com/v0dro…
v0dro May 23, 2015
c88baf5
Statsample::Test now working with daru
v0dro May 23, 2015
37fd97b
matrix and csv read/write working fine now
v0dro May 23, 2015
72a7ed4
Statsample::GGobi now working with daru
v0dro May 23, 2015
6025ec9
Statsample::Reliability::ICC now works with daru
v0dro May 23, 2015
6ef74f5
All Statsample::Reliability modules working with daru
v0dro May 23, 2015
675632b
Statsample::Test::WilcoxonSignedRank now works with daru
v0dro May 25, 2015
45382ca
Statsample::Test::BartlettSpericity now works with daru
v0dro May 25, 2015
9be7f8a
Statsample::Crosstab now works with dary
v0dro May 25, 2015
bfcf3e8
Excel read/write works with dar
v0dro May 25, 2015
b409856
minor fix
v0dro May 25, 2015
e6b1376
Mods for making this work with travis
v0dro May 26, 2015
9e6e117
porting wip
v0dro May 29, 2015
eb4bcae
decided warning to display when calling Statsample specific functions…
v0dro May 30, 2015
b2b5b10
removed more redundant statsample functions
v0dro May 30, 2015
c664186
changed test_analysis test suite and made some changes to shorhands t…
v0dro May 30, 2015
4cab7af
Statsample::Vector uses Daru::Vector by using it as a superclass. Tes…
v0dro May 31, 2015
4764d1a
Changed examples, tests and docs to reflect change from Statsample::V…
v0dro Jun 1, 2015
ece951a
Changed docs, code and tests to reflect change from Statsample::Datas…
v0dro Jun 1, 2015
daf6272
a few more finishing touches to random methods
v0dro Jun 1, 2015
02e1fc1
updated examples and added links to notebooks in README
v0dro Jun 3, 2015
ecab4c5
update dataset and dom analysis example
v0dro Jun 3, 2015
7b40d87
Elaborated on some examples. Added links to notebooks in README. Fixe…
v0dro Jun 3, 2015
5649e99
elaborated on more examples and added more notebook links
v0dro Jun 4, 2015
9fe1e08
updated more examples. Refactors notebook links in README.
v0dro Jun 4, 2015
e3bac90
removed the CSV readers and writers and completely ported them to dar…
v0dro Jun 6, 2015
e1d7a65
moved excel file reading and writing functionality to daru - https://…
v0dro Jun 7, 2015
7a1bab8
Removed PlainText reader and ported it to daru - https://github.com/v…
v0dro Jun 7, 2015
7fbe320
removed some redundant code
v0dro Jun 7, 2015
ba1cec7
amended test failures
v0dro Jun 10, 2015
b3d2691
replaced gem files with build script
v0dro Jun 11, 2015
75cdef9
Bump to version 1.5.0
agarie Jun 12, 2015
d9f8b28
pre release changes. Added CONTRIBUTING to elaborate on the testing a…
v0dro Jun 12, 2015
db632bf
remove dep
v0dro Jun 13, 2015
50ade90
Merge pull request #35 from v0dro/daru-compat
agarie Jun 14, 2015
2960da5
Fix conflict in History.txt
agarie Jun 14, 2015
8fcfed3
Bump to version 2.0
agarie Jun 23, 2015
f7cbc36
updated gem to reflect latest dependencies
v0dro Aug 3, 2015
1efa614
Merge pull request #42 from v0dro/cleanup-legacy-containers
agarie Aug 4, 2015
ecb29e6
Bump to version 2.0.1
agarie Aug 19, 2015
547a8c8
Add missing test and implementation for doing a chi-squared test with…
Sep 3, 2015
d14931c
Merge pull request #43 from michaelphines/chi-square-vector
agarie Sep 4, 2015
1ba8a83
fix [].mean method
IsmailM Oct 21, 2015
a277b3d
Merge pull request #45 from IsmailM/master
agarie Nov 10, 2015
c6b2432
Merge pull request #11 from onli/chisquare_example
v0dro Jan 7, 2016
6d047ff
Update dependencies,Travis CI and version.
v0dro Mar 10, 2016
1b24e0c
update gsl dependency
v0dro Mar 26, 2016
f43c580
remove build script
v0dro Mar 26, 2016
23b3daa
remove non existant reg methods
lokeshh May 5, 2016
5e86599
Merge pull request #50 from lokeshh/remove_methods
agarie May 5, 2016
cadeb84
bundle with latest daru
lokeshh Aug 18, 2016
c6c50ad
replace has_missing_data?
lokeshh Aug 18, 2016
03035d1
remove update and lazyupdate
lokeshh Aug 18, 2016
13306a9
remove exists?
lokeshh Aug 18, 2016
06927da
remove dup_only_valid
lokeshh Aug 18, 2016
529e1b1
remove only_vald
lokeshh Aug 18, 2016
513350d
remoev n_valid
lokeshh Aug 18, 2016
1b178eb
solve failures
lokeshh Aug 18, 2016
219fc2f
resolve all failurse
lokeshh Aug 18, 2016
1ce62b9
build passing
lokeshh Aug 19, 2016
a410797
make some changes to pass the build
lokeshh Aug 19, 2016
ccfcc57
Merge pull request #55 from lokeshh/missing_values
v0dro Aug 31, 2016
60be55d
add formula file
lokeshh Jul 15, 2016
ded3144
add rubocop and rake
lokeshh Jul 15, 2016
5e12ec6
add fitmodel to support formula language for regression
lokeshh Jul 16, 2016
c77c190
add test for regression
lokeshh Jul 16, 2016
fb25e4c
test working
lokeshh Jul 17, 2016
b1dfb11
complete tests for fit model
lokeshh Jul 17, 2016
a452826
add documentation for formula
lokeshh Jul 18, 2016
c7a1a3a
some code cleaning
lokeshh Jul 18, 2016
89d9473
fix typos
lokeshh Jul 19, 2016
0b7a9d7
daru is released
lokeshh Sep 6, 2016
9d232e0
remove libgsl typo
lokeshh Sep 14, 2016
f2928ea
Merge pull request #56 from lokeshh/install
v0dro Sep 20, 2016
0d39299
loosen accuracy
lokeshh Sep 29, 2016
d9fe769
solve todos
lokeshh Sep 29, 2016
0f283e2
Merge pull request #51 from lokeshh/cat_data
v0dro Sep 29, 2016
00e7fe0
change DataFrame.to_hash -> .to_h in reliability.rb
kojix2 Jul 23, 2017
8a66d82
Merge pull request #59 from kojix2/master
v0dro Aug 4, 2017
127b9de
apply appropriate hash conversions
lokeshh Aug 6, 2017
71e8310
Merge pull request #61 from lokeshh/fix_master
v0dro Aug 9, 2017
a2d93e4
update daru version
lokeshh Aug 9, 2017
e5a7d17
Update tested ruby version in README
lokeshh Aug 9, 2017
cf5ee93
Merge pull request #64 from lokeshh/update_daru
v0dro Aug 10, 2017
4b278a4
update history
v0dro Aug 10, 2017
d0192d3
Update version
v0dro Aug 10, 2017
6c6086c
Merge pull request #63 from lokeshh/patch-1
v0dro Aug 11, 2017
c605013
Don't define Array#sum if already defined. Fixes #58
rdlugosz Aug 11, 2017
95dce94
Add Ruby 2.4 support
lokeshh Aug 16, 2017
5a025d5
Merge pull request #66 from lokeshh/patch-2
v0dro Aug 16, 2017
fd9a88d
Merge pull request #65 from rdlugosz/remove_sum_if_existing
v0dro Oct 2, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Gemfile.lock
doc.yaml
*.swp
*.rbc
Expand All @@ -11,3 +12,4 @@ examples/images/*
examples/*.html
web/upload_task.rb
.idea
*.gem
21 changes: 15 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@ language:
ruby

rvm:
- '1.9.3'
- '2.0.0'
- '2.1.1'
- '2.0'
- '2.1'
- '2.2'
- '2.3.0'
- '2.4'

matrix:
fast_finish:
true

script: "bundle exec rake test"

install:
- gem install bundler
- bundle install

script:
bundle exec rake test

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libgsl0-dev r-base r-base-dev
Expand Down
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Contributing guide

## Installing statsample development dependencies

Keep in mind that either nmatrix OR rb-gsl are NOT NECESSARY for using statsample. They are just required for an optional speed up.

Statsample also works with [rb-gsl](https://github.com/sciruby/rb-gsl).

Install dependencies:

`bundle install`

And run the test suite (should be all green):

`bundle exec rake test`

If you have problems installing nmatrix, please consult the [nmatrix installation wiki](https://github.com/SciRuby/nmatrix/wiki/Installation) or the [mailing list](https://groups.google.com/forum/#!forum/sciruby-dev).
18 changes: 1 addition & 17 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,2 @@
source "https://www.rubygems.org"
gem 'minitest'
gem 'rdoc'
gem 'mocha', '0.14.0' #:require=>'mocha/setup'
gem 'shoulda','3.5.0'
gem 'shoulda-matchers','2.2.0'
gem 'hoe'
#gem 'bio-statsample-timeseries'
gem 'reportbuilder'
gem 'dirty-memoize'
gem 'distribution'
gem 'extendmatrix'
gem 'minimization'
gem 'rserve-client'
gem 'rubyvis'
gem 'spreadsheet'
gem 'rb-gsl'
gem 'awesome_print'
gemspec
81 changes: 0 additions & 81 deletions Gemfile.lock

This file was deleted.

Loading