Loading [MathJax]/jax/output/HTML-CSS/jax.js
SciPy

This is documentation for an old release of SciPy (version 0.18.1). Search for this page in the documentation of the latest stable release (version 1.15.1).

Double Gamma Distribution

The double gamma is the signed version of the Gamma distribution. For α>0:

f(x;α)=12Γ(α)|x|α1e|x|F(x;α)={1212Γ(α,|x|)x012+12Γ(α,|x|)x>0G(q;α)={Γ1(α,|2q1|)q12Γ1(α,|2q1|)q>12
M(t)=12(1t)a+12(1+t)a
μ=mn=0μ2=α(α+1)γ1=0γ2=(α+2)(α+3)α(α+1)3md=NA

Implementation: scipy.stats.dgamma