Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splitting statsample into smaller chunks #24

Open
IsmailM opened this issue Apr 10, 2015 · 5 comments
Open

Splitting statsample into smaller chunks #24

IsmailM opened this issue Apr 10, 2015 · 5 comments

Comments

@IsmailM
Copy link

IsmailM commented Apr 10, 2015

I think it would be nice if statsample could be restructured into many extensions...

so if you simply need the wilcoxon test, you do the following:

require 'statsample/wilcoxon_test'

I believe that this would mean that dependencies are only installed when needed...

e.g. Based on my understanding the GSL library (and rb-gsl) are dependencies that are only required for Factorial analysis and polychorical correlation (according the Readme on the original fork). However, it is necessary to install these dependencies whether you are using Factorial analysis and polychorical correlation or not...

@yannickwurm
Copy link

+1 this creates major installation issues for our app....

@agarie
Copy link
Member

agarie commented Apr 13, 2015

Thanks for posting it here, Ismail.

@yannickwurm can you give us more information about those issues? Maybe this can point us to a better solution or something. :)

@agarie
Copy link
Member

agarie commented Apr 27, 2015

@IsmailM I removed the rb-gsl dependency from statsample and minimization today.

@IsmailM
Copy link
Author

IsmailM commented Apr 28, 2015

@agarie Many Thanks, Most Appreciated.

@v0dro
Copy link
Member

v0dro commented Jul 17, 2015

We've also factored the dataset/vector into a separate gem. I think the next step would be to design an integrated API for statsample.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants