We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cee9fd commit 91ebd25Copy full SHA for 91ebd25
pymc/distributions/continuous.py
@@ -1205,10 +1205,10 @@ class Beta(UnitContinuous):
1205
1206
Parameters
1207
----------
1208
- alpha : tensor_like of float
1209
- ``alpha`` > 0.
1210
- beta : tensor_like of float
1211
- ``beta`` > 0.
+ alpha : tensor_like of float, optional
+ ``alpha`` > 0. If not specified, then calculated using ``mu`` and ``sigma``.
+ beta : tensor_like of float, optional
+ ``beta`` > 0. If not specified, then calculated using ``mu`` and ``sigma``.
1212
mu : tensor_like of float, optional
1213
Alternative mean (0 < ``mu`` < 1).
1214
sigma : tensor_like of float, optional
0 commit comments