bundles / scipy latest / scipy / stats / _continuous_distns / exponnorm_gen
class
scipy.stats._continuous_distns:exponnorm_gen
Signature
class exponnorm_gen ( momtype = 1 , a = None , b = None , xtol = 1e-14 , badvalue = None , name = None , longname = None , shapes = None , seed = None ) Members
Summary
An exponentially modified Normal continuous random variable.
Extended Summary
Also known as the exponentially modified Gaussian distribution [1].
%(before_notes)s
Notes
The probability density function for exponnorm is:
where is a real number and .
It can be thought of as the sum of a standard normal random variable and an independent exponentially distributed random variable with rate 1/K.
%(after_notes)s
An alternative parameterization of this distribution (for example, in the Wikipedia article [1]) involves three parameters, , and .
In the present parameterization this corresponds to having loc and scale equal to and , respectively, and shape parameter .
Aliases
-
scipy.stats._continuous_distns.exponnorm_gen