-
Notifications
You must be signed in to change notification settings - Fork 9
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
Adds Evidence estimator module #157
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #157 +/- ##
===========================================
- Coverage 96.95% 85.88% -11.08%
===========================================
Files 23 26 +3
Lines 1644 1856 +212
===========================================
Hits 1594 1594
- Misses 50 262 +212 ☔ View full report in Codecov by Sentry. |
As highlighted in astro-informatics/harmonic#271, using the |
Adds implementations of evidence estimators from:
Implements runners for each of these methods, and compares their ability to measure$\log K$ in
notebooks/evidence.ipynb
.Still to-do: