bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / exponweib_gen
class
scipy.stats._continuous_distns:exponweib_gen
Signature
class exponweib_gen ( momtype = 1 , a = None , b = None , xtol = 1e-14 , badvalue = None , name = None , longname = None , shapes = None , seed = None ) Members
Summary
An exponentiated Weibull continuous random variable.
Extended Summary
%(before_notes)s
Notes
The probability density function for exponweib is:
and its cumulative distribution function is:
for , , .
exponweib takes and as shape parameters:
is the exponentiation parameter, with the special case corresponding to the (non-exponentiated) Weibull distribution
weibull_min.is the shape parameter of the non-exponentiated Weibull law.
%(after_notes)s
See also
- numpy.random.Generator.weibull
- weibull_min
Aliases
-
scipy.stats._continuous_distns.exponweib_gen