-
-
Notifications
You must be signed in to change notification settings - Fork 126
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 inflated families #654
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## main #654 +/- ##
==========================================
+ Coverage 87.56% 87.60% +0.04%
==========================================
Files 40 40
Lines 2629 2647 +18
==========================================
+ Hits 2302 2319 +17
- Misses 327 328 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This PR adds inflated families to Bambi. The following list may be updated in the process
zero_inflated_poisson
zero_inflated_binomial
zero_inflated_negativebinomial
Edit
I also want to add
zero_inflated_beta
zero_one_inflated_beta
but they will come in a separate PR. These distributions don't exist in PyMC and I need to see if it's better to add them here or in PyMC directly.