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).

Pareto Second Kind (Lomax) Distribution

c>0. This is Pareto of the first kind with L=1.0 so x0

f(x;c)=c(1+x)c+1F(x;c)=11(1+x)cG(q;c)=(1q)1/c1
h[X]=1c+1log(c).

Implementation: scipy.stats.lomax