In probability theory and statistics, the logistic distribution is a continuous probability distribution. Its cumulative distribution function is the logistic function, which appears in logistic regression and feedforward neural networks. It resembles the normal distribution in shape but has heavier tails (higher kurtosis). The logistic distribution is a special case of the Tukey lambda distribution.
Specification
Cumulative distribution function The logistic distribution receives its name from its cumulative distribution function, which is an instance of the family of logistic functions. The cumulative distribution function of the logistic distribution is also a scaled version of the hyperbolic tangent.
F ( x ; μ , s ) = 1 1 + e − ( x − μ ) / s = 1 2 + 1 2 tanh ( x − μ 2 s ) . {\displaystyle F(x;\mu ,s)={\frac {1}{1+e^{-(x-\mu )/s}}}={\frac {1}{2}}+{\frac {1}{2}}\operatorname {tanh} \left({\frac {x-\mu }{2s}}\right).}
In this equation μ is the mean, and s is a scale parameter proportional to the standard deviation.
Probability density function The probability density function is the partial derivative of the cumulative distribution function:
… excerpt ends here. Continue reading the full article.




