Loading [MathJax]/jax/output/HTML-CSS/jax.js
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).

Power-function Distribution

A special case of the beta distribution with b=1 : defined for x[0,1]

a>0
f(x;a)=axa1F(x;a)=xaG(q;a)=q1/aμ=aa+1μ2=a(a+2)(a+1)2γ1=2(1a)a+2a(a+3)γ2=6(a3a26a+2)a(a+3)(a+4)md=1
h[X]=11alog(a)

Implementation: scipy.stats.powerlaw