Skip to content

Commit

Permalink
Adds shape/rate info to Gamma docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpananos committed Dec 23, 2024
1 parent e2ecde3 commit 4bf8589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pymc/distributions/continuous.py
Original file line number Diff line number Diff line change
Expand Up @@ -2311,6 +2311,8 @@ class Gamma(PositiveContinuous):
f(x \mid \alpha, \beta) =
\frac{\beta^{\alpha}x^{\alpha-1}e^{-\beta x}}{\Gamma(\alpha)}
Here, the gamma distribution is parameterized by shape (alpha) and rate (beta).
.. plot::
:context: close-figs
Expand Down

0 comments on commit 4bf8589

Please sign in to comment.