Skip to content

Commit

Permalink
update docstrings in BetaBinomial class
Browse files Browse the repository at this point in the history
  • Loading branch information
saurbhc authored and michaelosthege committed Jul 9, 2022
1 parent e7d0607 commit e96cf0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pymc/distributions/discrete.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,11 @@ def BetaBinom(a, b, n, x):
Parameters
----------
n: int
n : tensor_like of int
Number of Bernoulli trials (n >= 0).
alpha: float
alpha : tensor_like of float
alpha > 0.
beta: float
beta : tensor_like of float
beta > 0.
"""

Expand Down

0 comments on commit e96cf0a

Please sign in to comment.