Loading [MathJax]/jax/output/HTML-CSS/jax.js
SciPy

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 x0. Also, the distribution of |X| where X has logistic distribution.

f(x)=2ex(1+ex)2=12sech2(x2)F(x)=1ex1+ex=tanh(x2)G(q)=log(1+q1q)=2arctanh(q)
M(t)=1tψ0(12t2)+tψ0(1t2)
μn=2(121n)n!ζ(n)n1
μ1=2log(2)μ2=2ζ(2)=π23μ3=9ζ(3)μ4=42ζ(4)=7π415
h[X]=2log(2)1.3068528194400546906.

Implementation: scipy.stats.halflogistic