Skip to content

Commit

Permalink
Merge branch 'add_beta_negative_binomial' of https://github.com/wd606…
Browse files Browse the repository at this point in the history
…22/pymc-experimental into add_beta_negative_binomial
  • Loading branch information
wd60622 committed Nov 5, 2023
2 parents a8c2388 + 7553770 commit 0f9c706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc_experimental/distributions/discrete.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def logp(value, mu, lam):
)


class BetaNegativeBinomial(pm.distributions.Discrete):
class BetaNegativeBinomial:
R"""
Beta Negative Binomial distribution.
Expand Down

0 comments on commit 0f9c706

Please sign in to comment.