Skip to content

Commit e96cf0a

Browse files
saurbhcmichaelosthege
authored andcommitted
update docstrings in BetaBinomial class
1 parent e7d0607 commit e96cf0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pymc/distributions/discrete.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,11 @@ def BetaBinom(a, b, n, x):
244244
245245
Parameters
246246
----------
247-
n: int
247+
n : tensor_like of int
248248
Number of Bernoulli trials (n >= 0).
249-
alpha: float
249+
alpha : tensor_like of float
250250
alpha > 0.
251-
beta: float
251+
beta : tensor_like of float
252252
beta > 0.
253253
"""
254254

0 commit comments

Comments
 (0)