-
Notifications
You must be signed in to change notification settings - Fork 3
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
Large p-values incorrectly approximated #2
Comments
Thanks for reporting this and providing a fix! I'll have a look at it next week, trying to see if I can find impact on speed. |
lckarssen
added a commit
that referenced
this issue
Sep 5, 2017
This commit is copied from commit 706764e in Pull Request #3. That PR does more than fixing issue #2, so I decided to split the other parts off into separate commits. - Add omicOUT to the Makefile.am - Fix compiler error about the ifstream pointer check. - Add some omitOUT related files to the Git ignore list. Thanks for Albert Vernon Smith <avsmith@gmail.com> for the fix!
lckarssen
added a commit
that referenced
this issue
Sep 5, 2017
This commit is copied from commit 706764e in Pull Request #3. That PR does more than fixing issue #2, so I decided to split the other parts off into separate commits. - Add omicOUT to the Makefile.am - Fix compiler error about the ifstream pointer check. - Add some omitOUT related files to the Git ignore list. Thanks for Albert Vernon Smith <avsmith@gmail.com> for the fix!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the file Algorithm.cpp, p-values for T less than 1.6 are being approximated by the following (likely for speed reasons):
However, the approximated p-values for t<1.6 are too high. Plotting p vs t results in a discontinuity at 1.6.
The text was updated successfully, but these errors were encountered: