Skip to content

Commit c5da8b0

Browse files
7ayushguptatwiecki
authored andcommitted
Fix documentation error in description of Gamma function
Gamma function is parameterized with rate Beta instead of mean Beta
1 parent 2dee9da commit c5da8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2486,7 +2486,7 @@ class Gamma(PositiveContinuous):
24862486
Gamma log-likelihood.
24872487
24882488
Represents the sum of alpha exponentially distributed random variables,
2489-
each of which has mean beta.
2489+
each of which has rate beta.
24902490
24912491
The pdf of this distribution is
24922492

0 commit comments

Comments
 (0)