Planck (discrete exponential) Distribution¶
Named Planck because of its relationship to the black-body problem he solved.
p(k;λ)=(1−e−λ)e−λkkλ≥0F(x;λ)=1−e−λ(⌊x⌋+1)xλ≥0G(q;λ)=⌈−1λlog[1−q]−1⌉.
μ=1eλ−1μ2=e−λ(1−e−λ)2γ1=2cosh(λ2)γ2=4+2cosh(λ)
M(t)=1−e−λ1−et−λ
h[X]=λe−λ1−e−λ−log(1−e−λ)
Implementation: scipy.stats.planck