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

BinomialTest can report incorrect p-values for extreme values #9

Closed
psteitz opened this issue Aug 28, 2016 · 0 comments
Closed

BinomialTest can report incorrect p-values for extreme values #9

psteitz opened this issue Aug 28, 2016 · 0 comments

Comments

@psteitz
Copy link
Contributor

psteitz commented Aug 28, 2016

This was reported as (Apache Commons) MATH-1381 . When the number of successes is 0 or equal to the number of trials, in some cases the 2-sided test algorithm will double-count the probability of the extreme value, causing the returned p-value to be inflated.

psteitz added a commit that referenced this issue Aug 28, 2016
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

1 participant