Processing math: 100%
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).

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 ( x0 )

f(x)=exF(x)=Γ(1,x)=1exG(q)=log(1q)
μn=n!
M(t)=11t
μ=1μ2=1γ1=2γ2=6md=0
h[X]=1.

Implementation: scipy.stats.expon