Skip to content

Commit 799c98f

Browse files
authored
Fix typo in the docstring of the Beta distribution (#7469)
* Fix typo in the docstring of the Beta distribution * Update edit to Beta docstring
1 parent 48a8b6b commit 799c98f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/distributions/continuous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,8 +1118,8 @@ class Beta(UnitContinuous):
11181118
11191119
\text{where } \kappa = \frac{\mu(1-\mu)}{\sigma^2} - 1
11201120
1121-
\alpha = \mu * \nu
1122-
\beta = (1 - \mu) * \nu
1121+
\alpha &= \mu * \nu \\
1122+
\beta &= (1 - \mu) * \nu
11231123
11241124
Parameters
11251125
----------

0 commit comments

Comments
 (0)