bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / halfgennorm_gen
class
scipy.stats._continuous_distns:halfgennorm_gen
Signature
class halfgennorm_gen ( momtype = 1 , a = None , b = None , xtol = 1e-14 , badvalue = None , name = None , longname = None , shapes = None , seed = None ) Members
Summary
The upper half of a generalized normal continuous random variable.
Extended Summary
%(before_notes)s
Notes
The probability density function for halfgennorm is:
for . is the gamma function (scipy.special.gamma).
halfgennorm takes beta as a shape parameter for . For , it is identical to an exponential distribution. For , it is identical to a half normal distribution (with scale=1/sqrt(2)).
See also
- expon
exponential distribution
- gennorm
generalized normal distribution
- halfnorm
half normal distribution
Aliases
-
scipy.stats._continuous_distns.halfgennorm_gen