Double Gamma Distribution¶
The double gamma is the signed version of the Gamma distribution. For α>0:
f(x;α)=12Γ(α)|x|α−1e−|x|F(x;α)={12−12Γ(α,|x|)x≤012+12Γ(α,|x|)x>0G(q;α)={−Γ−1(α,|2q−1|)q≤12Γ−1(α,|2q−1|)q>12
M(t)=12(1−t)a+12(1+t)a
μ=mn=0μ2=α(α+1)γ1=0γ2=(α+2)(α+3)α(α+1)−3md=NA
Implementation: scipy.stats.dgamma