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).
Tukey-Lambda Distribution¶
f(x;λ)=F′(x;λ)=1G′(F(x;λ);λ)=1Fλ−1(x;λ)+[1−F(x;λ)]λ−1F(x;λ)=G−1(x;λ)G(p;λ)=pλ−(1−p)λλ
μ=0μ2=∫10G2(p;λ)dp=2Γ(λ+32)−λ4−λ√πΓ(λ)(1−2λ)λ2(1+2λ)Γ(λ+32)γ1=0γ2=μ4μ22−3μ4=3Γ(λ)Γ(λ+12)2−2λλ3Γ(2λ+32)+2λ4(1+4λ)−2√3Γ(λ)2−6λ33λΓ(λ+13)Γ(λ+23)λ3Γ(2λ+32)Γ(λ+12).
Notice that the lim
\begin{eqnarray*} h\left[X\right] & = & \int_{0}^{1}\log\left[G^{\prime}\left(p\right)\right]dp\\ & = & \int_{0}^{1}\log\left[p^{\lambda-1}+\left(1-p\right)^{\lambda-1}\right]dp.\end{eqnarray*}
Implementation: scipy.stats.tukeylambda