-
-
Notifications
You must be signed in to change notification settings - Fork 50
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 BetaNegativeBinomial distribution #258
Implement BetaNegativeBinomial distribution #258
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.
Looks good. Just a suggestion to ditch the RandomVariable
Thanks for the review @ricardoV94, the implementation mirrors Chi for distribution as well as the tests. Super cool, thanks for the suggestion. |
Yeah, |
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.
Looks good, just a small detail left
Co-authored-by: Ricardo Vieira <[email protected]>
Co-authored-by: Ricardo Vieira <[email protected]>
…22/pymc-experimental into add_beta_negative_binomial
You have a pre-commit failure. The failing test is unrelated and should go away when we rerun them |
I realized I didn't put Skellam or this distribution in the |
Thanks for the feedback. I think that everything has been added in |
if rv_size_is_none(size): | ||
mu1, mu2 = pt.broadcast_arrays(mu1, mu2) | ||
|
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.
Closes this issue