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).
Power-function Distribution¶
A special case of the beta distribution with b=1 : defined for x∈[0,1]
a>0
f(x;a)=axa−1F(x;a)=xaG(q;a)=q1/aμ=aa+1μ2=a(a+2)(a+1)2γ1=2(1−a)√a+2a(a+3)γ2=6(a3−a2−6a+2)a(a+3)(a+4)md=1
h[X]=1−1a−log(a)
Implementation: scipy.stats.powerlaw