Logistic distribution

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Logistic
Probability density function
Standard logistic PDF
Cumulative distribution function
Standard logistic CDF
Parameters μ location (real)
s > 0 scale (real)
Support x ∈ (−∞, ∞)
PDF \frac{e^{-\frac{x-\mu}{s}}} {s\left(1+e^{-\frac{x-\mu}{s}}\right)^2}\!
CDF \frac{1}{1+e^{-\frac{x-\mu}{s}}}\!
Mean \mu
Median \mu
Mode \mu
Variance \tfrac{s^2 \pi^2}{3}
Skewness 0
Ex. kurtosis 1.2
Entropy \ln(s) + 2 = \ln(\sigma) + 1.404576,
where σ is the standard deviation.
MGF e^{\mu t}\operatorname{B}(1-st, 1+st)
for st ∈ (−1, 1) Beta function
CF e^{it\mu}\frac{\pi st}{\sinh(\pi st)}

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 Tukey lambda distribution can be considered a generalization of the logistic distribution since it adds a shape parameter, λ (the Tukey distribution is logistic when λ is zero).

Specification

Probability density function

The probability density function (pdf) of the logistic distribution is given by:

f(x; \mu,s) = \frac{e^{-\frac{x-\mu}{s}}} {s\left(1+e^{-\frac{x-\mu}{s}}\right)^2} =\frac{1}{4s} \operatorname{sech}^2\!\left(\frac{x-\mu}{2s}\right).

Because the pdf can be expressed in terms of the square of the hyperbolic secant function "sech", it is sometimes referred to as the sech-square(d) distribution.[1]

See also: hyperbolic secant distribution

Cumulative distribution function

The logistic distribution receives its name from its cumulative distribution function (cdf), 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; \mu, s) = \frac{1}{1+e^{-\frac{x-\mu}{s}}} = \frac12 + \frac12 \;\operatorname{tanh}\!\left(\frac{x-\mu}{2s}\right).

In this equation, x is the random variable, μ is the mean, and s is a scale parameter proportional to the standard deviation.

Quantile function

The inverse cumulative distribution function (quantile function) of the logistic distribution is a generalization of the logit function. Its derivative is called the quantile density function. They are defined as follows:

Q(p;\mu,s) = \mu + s\,\ln\left(\frac{p}{1-p}\right).
Q'(p;s) = \frac{s}{p(1-p)}.

Alternative parameterization

An alternative parameterization of the logistic distribution can be derived by expressing the scale parameter, s, in terms of the standard deviation, \sigma, using the substitution s\,=\,q\,\sigma, where q\,=\,\sqrt{3}/{\pi}\,=\,0.551328895+. The alternative forms of the above functions are reasonably straightforward.

Applications

The logistic distribution—and the S-shaped pattern of its cumulative distribution function (the logistic function) and quantile function (the logit function)—have been extensively used in many different areas. One of the most common applications is in logistic regression, which is used for modeling categorical dependent variables (e.g., yes-no choices or a choice of 3 or 4 possibilities), much as standard linear regression is used for modeling continuous variables (e.g., income or population). Specifically, logistic regression models can be phrased as latent variable models with error variables following a logistic distribution. This phrasing is common in the theory of discrete choice models, where the logistic distribution plays the same role in logistic regression as the normal distribution does in probit regression. Indeed, the logistic and normal distributions have a quite similar shape. However, the logistic distribution has heavier tails, which often increases the robustness of analyses based on it compared with using the normal distribution.

Other applications:

Fitted cumulative logistic distribution to October rainfalls using CumFreq, see also Distribution fitting
  • Hydrology – In hydrology the distribution of long duration river discharge and rainfall (e.g., monthly and yearly totals, consisting of the sum of 30 respectively 360 daily values) is often thought to be almost normal according to the central limit theorem.[2] The normal distribution, however, needs a numeric approximation. As the logistic distribution, which can be solved analytically, is similar to the normal distribution, it can be used instead. The blue picture illustrates an example of fitting the logistic distribution to ranked October rainfalls—that are almost normally distributed—and it shows the 90% confidence belt based on the binomial distribution. The rainfall data are represented by plotting positions as part of the cumulative frequency analysis.
  • Physics – the pdf of this distribution has the same functional form as the derivative of the Fermi function. In the theory of electron properties in semiconductors and metals, this derivative sets the relative weight of the various electron energies in their contributions to electron transport. Those energy levels whose energies are closest to the distribution's "mean" (Fermi level) dominate processes such as electronic conduction, with some smearing induced by temperature.[3]:34 Note however that the pertinent probability distribution in Fermi–Dirac statistics is actually a simple Bernoulli distribution, with the probability factor given by the Fermi function.

Both the United States Chess Federation and FIDE have switched their formulas for calculating chess ratings from the normal distribution to the logistic distribution; see Elo rating system.

The logistic distribution arises as limit distribution of a finite-velocity damped random motion described by a telegraph process in which the random times between consecutive velocity changes have independent exponential distributions with linearly increasing parameters.[4]

Related distributions

\mu+\beta\log \left(e^{X} -1 \right) \sim \mathrm{Logistic}(\mu,\beta).
  • If X, Y ~ Exponential(1) then
\mu-\beta\log\left(\frac{X}{Y}\right) \sim \mathrm{Logistic}(\mu,\beta).

Derivations

Higher order moments

The n-th order central moment can be expressed in terms of the quantile function:

\operatorname{E}[(X-\mu)^n] = \int_{-\infty}^\infty (x-\mu)^n dF(x) = \int_0^1\big(Q(p)-\mu\big)^n dp = s^n \int_0^1 \left[\ln\!\left(\frac{p}{1-p}\right)\right]^n dp.

This integral is well-known[5] and can be expressed in terms of Bernoulli numbers:

    \operatorname{E}[(X-\mu)^n] = s^n\pi^n(2^n-2)\cdot|B_n|.

See also

Notes

  1. Johnson, Kotz & Balakrishnan (1995, p.116).
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. A. Di Crescenzo, B. Martinucci (2010) "A damped telegraph random process with logistic stationary distribution", J. Appl. Prob., vol. 47, pp. 84–96.
  5. OEISA001896

References

  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Modis, Theodore (1992) Predictions: Society's Telltale Signature Reveals the Past and Forecasts the Future, Simon & Schuster, New York. ISBN 0-671-75917-5

External links