Skip to content

Fix pval calc for low t values#3

Open
avsmith wants to merge 4 commits intoGenABEL-Project:masterfrom
avsmith:master
Open

Fix pval calc for low t values#3
avsmith wants to merge 4 commits intoGenABEL-Project:masterfrom
avsmith:master

Conversation

@avsmith
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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