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).
Pareto Second Kind (Lomax) Distribution¶
c>0. This is Pareto of the first kind with L=−1.0 so x≥0
f(x;c)=c(1+x)c+1F(x;c)=1−1(1+x)cG(q;c)=(1−q)−1/c−1
h[X]=1c+1−log(c).
Implementation: scipy.stats.lomax