From 799c98f41fb8ae2b7c6f8aad6b6513012aadb5d5 Mon Sep 17 00:00:00 2001 From: erik-werner Date: Wed, 21 Aug 2024 17:58:53 +0200 Subject: [PATCH] Fix typo in the docstring of the Beta distribution (#7469) * Fix typo in the docstring of the Beta distribution * Update edit to Beta docstring --- pymc/distributions/continuous.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pymc/distributions/continuous.py b/pymc/distributions/continuous.py index a66c4e04e2..03831ff63a 100644 --- a/pymc/distributions/continuous.py +++ b/pymc/distributions/continuous.py @@ -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 ----------