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).
Half-Logistic Distribution¶
In the limit as c→∞ for the generalized half-logistic we have the half-logistic defined over x≥0. Also, the distribution of |X| where X has logistic distribution.
f(x)=2e−x(1+e−x)2=12sech2(x2)F(x)=1−e−x1+e−x=tanh(x2)G(q)=log(1+q1−q)=2arctanh(q)
M(t)=1−tψ0(12−t2)+tψ0(1−t2)
μ′n=2(1−21−n)n!ζ(n)n≠1
μ′1=2log(2)μ′2=2ζ(2)=π23μ′3=9ζ(3)μ′4=42ζ(4)=7π415
h[X]=2−log(2)≈1.3068528194400546906.
Implementation: scipy.stats.halflogistic