Skip to content

Commit 4e725eb

Browse files
bdyettonJunpeng Lao
authored and
Junpeng Lao
committed
Small docstring change to continuous.py (#2534)
* Update continuous.py updated doc-string for Beta distribution with upper bound on sd parameter * Docstring change to Beta disp in continuous.py
1 parent 5bedaa6 commit 4e725eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ class Beta(UnitContinuous):
587587
mu : float
588588
Alternative mean (0 < mu < 1).
589589
sd : float
590-
Alternative standard deviation (sd > 0).
590+
Alternative standard deviation (0 < sd < sqrt(mu * (1 - mu))).
591591
592592
Notes
593593
-----

0 commit comments

Comments
 (0)