{ } Raw JSON

bundles / scipy latest / scipy / stats / _continuous_distns / genpareto_gen

class

scipy.stats._continuous_distns:genpareto_gen

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

Signature

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

Members

Summary

A generalized Pareto continuous random variable.

Extended Summary

%(before_notes)s

Notes

The probability density function for genpareto is:

defined for if , and for if .

genpareto takes c as a shape parameter for .

For , genpareto reduces to the exponential distribution, expon:

For , genpareto is uniform on [0, 1]:

%(after_notes)s

%(example)s

Aliases

  • scipy.stats._continuous_distns.genpareto_gen