{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / pearson3_gen

class

scipy.stats._continuous_distns:pearson3_gen

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

Signature

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

Members

Summary

A pearson type III continuous random variable.

Extended Summary

%(before_notes)s

Notes

The probability density function for pearson3 is:

where:

is the gamma function (scipy.special.gamma). Pass the skew into pearson3 as the shape parameter skew.

%(after_notes)s

%(example)s

Aliases

  • scipy.stats._continuous_distns.pearson3_gen