Loading [MathJax]/jax/output/HTML-CSS/jax.js
SciPy

This is documentation for an old release of SciPy (version 0.17.1). Search for this page in the documentation of the latest stable release (version 1.15.1).

Pareto Distribution

For x1 and b>0 . Standard form is

f(x;b)=bxb+1F(x;b)=11xbG(q;b)=(1q)1/b
μ=bb1b>1μ2=b(b2)(b1)2b>2γ1=2(b+1)b2(b3)bb>3γ2=6(b3+b26b2)b(b27b+12)b>4
h(X)=1c+1log(c)

Implementation: scipy.stats.pareto