{ } Raw JSON

bundles / scipy latest / scipy / stats / _continuous_distns / gumbel_l_gen

class

scipy.stats._continuous_distns:gumbel_l_gen

source: /scipy/stats/_continuous_distns.py :4405

Signature

class   gumbel_l_gen ( momtype = 1 a = None b = None xtol = 1e-14 badvalue = None name = None longname = None shapes = None seed = None )

Members

Summary

A left-skewed Gumbel continuous random variable.

Extended Summary

%(before_notes)s

Notes

The probability density function for gumbel_l is:

for real .

The Gumbel distribution is sometimes referred to as a type I Fisher-Tippett distribution. It is also related to the extreme value distribution, log-Weibull and Gompertz distributions.

%(after_notes)s

%(example)s

See also

genextreme
gompertz
gumbel_r

Aliases

  • scipy.stats._continuous_distns.gumbel_l_gen