bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / dgamma_gen
class
scipy.stats._continuous_distns:dgamma_gen
Signature
class dgamma_gen ( momtype = 1 , a = None , b = None , xtol = 1e-14 , badvalue = None , name = None , longname = None , shapes = None , seed = None ) Members
Summary
A double gamma continuous random variable.
Extended Summary
The double gamma distribution is also known as the reflected gamma distribution [1].
%(before_notes)s
Notes
The probability density function for dgamma is:
for a real number and . is the gamma function (scipy.special.gamma).
dgamma takes a as a shape parameter for .
%(after_notes)s
Aliases
-
scipy.stats._continuous_distns.dgamma_gen