-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Implement compute_log_prior
utility
#7149
Conversation
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.
Can't this all be implemented in the same file?
sure, we just need to rename |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #7149 +/- ##
==========================================
+ Coverage 90.41% 91.92% +1.50%
==========================================
Files 101 101
Lines 16930 16945 +15
==========================================
+ Hits 15308 15576 +268
+ Misses 1622 1369 -253
|
Add
compute_log_prior
function. the log_prior values are needed for prior sensitivity checks as described in this paper https://arxiv.org/abs/2107.14054. Part of the functionality described in that paper is already implemented in ArviZ.📚 Documentation preview 📚: https://pymc--7149.org.readthedocs.build/en/7149/