bundles / scipy latest / scipy / stats / _continuous_distns / burr_gen
class
scipy.stats._continuous_distns:burr_gen
Signature
class burr_gen ( momtype = 1 , a = None , b = None , xtol = 1e-14 , badvalue = None , name = None , longname = None , shapes = None , seed = None ) Members
Summary
A Burr (Type III) continuous random variable.
Extended Summary
%(before_notes)s
Notes
The probability density function for burr is:
for and .
burr takes c and d as shape parameters for and .
This is the PDF corresponding to the third CDF given in Burr's list; specifically, it is equation (11) in Burr's paper [1]. The distribution is also commonly referred to as the Dagum distribution [2]. If the parameter then the mean of the distribution does not exist and if the variance does not exist [2]. The PDF is finite at the left endpoint if .
%(after_notes)s
See also
- burr12
Burr Type XII distribution
- fisk
a special case of either
burrorburr12withd=1- mielke
Mielke Beta-Kappa / Dagum distribution
Aliases
-
scipy.stats._continuous_distns.burr_gen