bundles / scipy latest / scipy / stats / _continuous_distns / pearson3_gen
class
scipy.stats._continuous_distns:pearson3_gen
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