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

Significance test flags #20

Open
ranweiler opened this issue Oct 19, 2017 · 0 comments
Open

Significance test flags #20

ranweiler opened this issue Oct 19, 2017 · 0 comments
Labels

Comments

@ranweiler
Copy link
Owner

Right now, we always perform a t-test exactly when we have two input samples. We should add flags to disable/enable this, and perhaps perform tests on all input files when there are more than two. For example, given input files a, b, and c, we could either run and display t-tests for {a, b} and {b, c} (compare the sequential pairs), or compare every two-element subset of {a, b, c}. The former is probably more useful in practice.

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

No branches or pull requests

1 participant