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

Mann-Whitney U test should return p-value. #126

Open
GregorySchwartz opened this issue Jul 20, 2017 · 1 comment
Open

Mann-Whitney U test should return p-value. #126

GregorySchwartz opened this issue Jul 20, 2017 · 1 comment

Comments

@GregorySchwartz
Copy link

I noticed that while it is possible to get the p-value from some tests, many do not have this option. For instance, mannWhitneyUtest. One issue I believe is the TestResult type which over simplifies the result of a test. Instead of a binary type, this type should contain the p-value, critical values, and maybe even sample sizes, but definitely a p-value.

@Shimuuar Shimuuar changed the title All statistical tests with p-values should return p-values. Mann-Whitney U test should return p-value. Jul 30, 2017
@Shimuuar
Copy link
Collaborator

Since 0.11 all statistical tests except Mann-Whitney U test do return significance. And it doesn't because current implementation only calculate whether test is significant or not. So new code for calculation of significance is required.

I renamed this issue to be more specific and mark it as "help neede" since I won't have time to fix it.

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

No branches or pull requests

2 participants