Skip to content

Commit 239da11

Browse files
authored
Add definition of B in documentation for Beta distribution (#6604)
* Add definition of B in documentation for Beta dist * Define B in Beta distribution and link Wikipedia.
1 parent 5dcd101 commit 239da11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pymc/distributions/continuous.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,10 @@ class Beta(UnitContinuous):
10421042
f(x \mid \alpha, \beta) =
10431043
\frac{x^{\alpha - 1} (1 - x)^{\beta - 1}}{B(\alpha, \beta)}
10441044
1045+
where :math:`B` is the Beta function.
1046+
1047+
For more information, see https://en.wikipedia.org/wiki/Beta_distribution.
1048+
10451049
.. plot::
10461050
:context: close-figs
10471051

0 commit comments

Comments
 (0)