This is documentation for an old release of SciPy (version 0.19.0). Search for this page in the documentation of the latest stable release (version 1.15.1).
Exponential Distribution¶
This is a special case of the Gamma (and Erlang) distributions with shape parameter (α=1) and the same location and scale parameters. The standard form is therefore ( x≥0 )
f(x)=e−xF(x)=Γ(1,x)=1−e−xG(q)=−log(1−q)
μ′n=n!
M(t)=11−t
μ=1μ2=1γ1=2γ2=6md=0
h[X]=1.
Implementation: scipy.stats.expon