Skip to content

Commit accabdf

Browse files
Adding description to Gumbel Distribution (#6810)
* adding description to Gumbel Distribution" * Apply suggestions from code review Co-authored-by: larryshamalama <[email protected]> * Adding fix for the suggestions * "to" -> "of" --------- Co-authored-by: larryshamalama <[email protected]>
1 parent a4b0581 commit accabdf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pymc/distributions/continuous.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3121,7 +3121,11 @@ def triangular_default_transform(op, rv):
31213121

31223122
class Gumbel(Continuous):
31233123
r"""
3124-
Univariate Gumbel log-likelihood.
3124+
Univariate right-skewed Gumbel log-likelihood.
3125+
3126+
This distribution is typically used for modeling maximum (or extreme) values.
3127+
Those looking to find the extreme minimum provided by the left-skewed Gumbel should
3128+
invert the sign of all x and mu values.
31253129
31263130
The pdf of this distribution is
31273131

0 commit comments

Comments
 (0)