This is documentation for an old release of SciPy (version 0.17.0). Search for this page in the documentation of the latest stable release (version 1.15.1).
Lévy Distribution¶
A special case of Lévy-stable distributions with α=12 and β=1 . In standard form it is defined for x>0 as
f(x)=1x√2πxexp(−12x)F(x)=2[1−Φ(1√x)]G(q)=[Φ−1(1−q2)]−2.
It has no finite moments.
Implementation: scipy.stats.levy