Skip to content

Commit 222a1a3

Browse files
Dpananosvandalt
authored andcommitted
Adds shape/rate info to Gamma docs (pymc-devs#7625)
1 parent d280789 commit 222a1a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymc/distributions/continuous.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2311,6 +2311,8 @@ class Gamma(PositiveContinuous):
23112311
f(x \mid \alpha, \beta) =
23122312
\frac{\beta^{\alpha}x^{\alpha-1}e^{-\beta x}}{\Gamma(\alpha)}
23132313
2314+
Here, the gamma distribution is parameterized by shape (alpha) and rate (beta).
2315+
23142316
.. plot::
23152317
:context: close-figs
23162318

0 commit comments

Comments
 (0)