Processing math: 100%
SciPy

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).

Fisk (Log Logistic) Distribution

Special case of the Burr distribution with d=1

c>0k=Γ(12c)Γ(2c+1)Γ2(11c)Γ2(1c+1)
f(x;c,d)=cxc1(1+xc)2I(0,)(x)F(x;c,d)=(1+xc)1G(α;c,d)=(α11)1/cμ=Γ(11c)Γ(1c+1)μ2=kγ1=1k3[2Γ3(11c)Γ3(1c+1)+Γ(13c)Γ(3c+1)3Γ(12c)Γ(11c)Γ(1c+1)Γ(2c+1)]γ2=3+1k2[6Γ(12c)Γ2(11c)Γ2(1c+1)Γ(2c+1)3Γ4(11c)Γ4(1c+1)+Γ(14c)Γ(4c+1)4Γ(13c)Γ(11c)Γ(1c+1)Γ(3c+1)]md=(c1c+1)1/cifc>1otherwise0mn=1
h[X]=2logc.

Implementation: scipy.stats.fisk