Skip to content

Commit

Permalink
Fix typo in the docstring of the Beta distribution (#7469)
Browse files Browse the repository at this point in the history
* Fix typo in the docstring of the Beta distribution

* Update edit to Beta docstring
  • Loading branch information
erik-werner authored Aug 21, 2024
1 parent 48a8b6b commit 799c98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymc/distributions/continuous.py
Original file line number Diff line number Diff line change
Expand Up @@ -1118,8 +1118,8 @@ class Beta(UnitContinuous):
\text{where } \kappa = \frac{\mu(1-\mu)}{\sigma^2} - 1
\alpha = \mu * \nu
\beta = (1 - \mu) * \nu
\alpha &= \mu * \nu \\
\beta &= (1 - \mu) * \nu
Parameters
----------
Expand Down

0 comments on commit 799c98f

Please sign in to comment.