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

Fix pval calc for low t values #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

avsmith
Copy link

@avsmith avsmith commented Mar 2, 2017

P-values for T < 1.6 incorrectly calculated. Change to erfc based calculation for all T, no major performance hit detected (in limited testing).

Proposed fix for "fixes #2"

lckarssen added a commit that referenced this pull request 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 pull request 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
Copy link
Member

Hi Albert,

Thanks again for sending this patch. I finally found the time to look at it in more detail. In order to keep things a bit clean (and let the pull request only fix the actual Issue) I have taken the other parts of your commits and applied them separately on master. Could you rebase your changes on top of the current HEAD of master?

Thanks!

Copy link
Member

@lckarssen lckarssen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Albert,

Am I missing something or does commit 95b58b3 indeed duplicate the /OmicOUT/.deps/ directory in the .gitignore file?

@avsmith
Copy link
Author

avsmith commented Jan 29, 2018

yup, miscommited.

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

Successfully merging this pull request may close these issues.

Large p-values incorrectly approximated
2 participants