Skip to content

Commit 91ebd25

Browse files
committed
Marked alpha and beta as optional in pymc.Beta docstring
1 parent 1cee9fd commit 91ebd25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pymc/distributions/continuous.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,10 +1205,10 @@ class Beta(UnitContinuous):
12051205
12061206
Parameters
12071207
----------
1208-
alpha : tensor_like of float
1209-
``alpha`` > 0.
1210-
beta : tensor_like of float
1211-
``beta`` > 0.
1208+
alpha : tensor_like of float, optional
1209+
``alpha`` > 0. If not specified, then calculated using ``mu`` and ``sigma``.
1210+
beta : tensor_like of float, optional
1211+
``beta`` > 0. If not specified, then calculated using ``mu`` and ``sigma``.
12121212
mu : tensor_like of float, optional
12131213
Alternative mean (0 < ``mu`` < 1).
12141214
sigma : tensor_like of float, optional

0 commit comments

Comments
 (0)