-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add Hartlap and post-Hartlap corrections for GaussianData #81
Conversation
Currently adds Hartlap factor to single GaussianData only. |
@shabbir137 has some nice code for a toy model of Hartlap correction, which would make a great test here. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #81 +/- ##
==========================================
+ Coverage 75.71% 75.96% +0.25%
==========================================
Files 29 31 +2
Lines 1795 1822 +27
==========================================
+ Hits 1359 1384 +25
- Misses 436 438 +2
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Tests passed locally). Seems good to me.
* added hartlap factor for single gaussiandata * added studentst likelihood, test * improved hartlap test * forgot to add students-t files! * remove students-t for now
See #78 for details.