bundles / scipy latest / scipy / stats / _continuous_distns / laplace_asymmetric_gen
class
scipy.stats._continuous_distns:laplace_asymmetric_gen
Signature
class laplace_asymmetric_gen ( momtype = 1 , a = None , b = None , xtol = 1e-14 , badvalue = None , name = None , longname = None , shapes = None , seed = None ) Members
Summary
An asymmetric Laplace continuous random variable.
Extended Summary
%(before_notes)s
Notes
The probability density function for laplace_asymmetric is
for , .
laplace_asymmetric takes kappa as a shape parameter for . For , it is identical to a Laplace distribution.
%(after_notes)s
Note that the scale parameter of some references is the reciprocal of SciPy's scale. For example, in the parameterization of [1] is equivalent to scale = 2 with laplace_asymmetric.
See also
- laplace
Laplace distribution
Aliases
-
scipy.stats._continuous_distns.laplace_asymmetric_gen