This is documentation for an old release of SciPy (version 0.18.0). Search for this page in the documentation of the latest stable release (version 1.15.1).
Pareto Distribution¶
For x≥1 and b>0 . Standard form is
f(x;b)=bxb+1F(x;b)=1−1xbG(q;b)=(1−q)−1/b
μ=bb−1b>1μ2=b(b−2)(b−1)2b>2γ1=2(b+1)√b−2(b−3)√bb>3γ2=6(b3+b2−6b−2)b(b2−7b+12)b>4
h(X)=1c+1−log(c)
Implementation: scipy.stats.pareto