Logit-normal distribution
| Logit-normal | |||
|---|---|---|---|
|
Probability density function Plot of the Logitnormal PDF | |||
|
Cumulative distribution function Plot of the Logitnormal PDF | |||
| Notation | |||
| Parameters |
ฯ2 > 0 โ squared scale (real), ฮผ โ R โ location | ||
| Support | x โ (0, 1) | ||
| CDF | |||
| Mean | no analytical solution | ||
| Median | |||
| Mode | no analytical solution | ||
| Variance | no analytical solution | ||
| MGF | no analytical solution | ||
In probability theory, a logit-normal distribution is a probability distribution of a random variable whose logit has a normal distribution. If Y is a random variable with a normal distribution, and t is the standard logistic function, then X = t(Y) has a logit-normal distribution; likewise, if X is logit-normally distributed, then Y = logit(X)= log (X/(1-X)) is normally distributed. It is also known as the logistic normal distribution,[1] which often refers to a multinomial logit version (e.g.[2][3][4]).
A variable might be modeled as logit-normal if it is a proportion, which is bounded by zero and one, and where values of zero and one never occur.
Characterization
[edit | edit source]Probability density function
[edit | edit source]The probability density function (PDF) of a logit-normal distribution, for 0 < x < 1, is:
where ฮผ and ฯ are the mean and standard deviation of the variableโs logit (by definition, the variableโs logit is normally distributed).
The density obtained by changing the sign of ฮผ is symmetrical, in that it is equal to f(1-x;-ฮผ,ฯ), shifting the mode to the other side of 0.5 (the midpoint of the (0,1) interval).
Moments
[edit | edit source]The moments of the logit-normal distribution have no analytic solution. The moments can be estimated by numerical integration, however numerical integration can be prohibitive when the values of are such that the density function diverges to infinity at the end points zero and one. An alternative is to use the observation that the logit-normal is a transformation of a normal random variable. This allows us to approximate the -th moment via the following quasi Monte Carlo estimate
where is the standard logistic function, and is the inverse cumulative distribution function of a normal distribution with mean and variance . When , this corresponds to the mean.
Mode or modes
[edit | edit source]When the derivative of the density equals 0 then the location of the mode x satisfies the following equation:
For some values of the parameters there are two solutions, i.e. the distribution is bimodal.
Multivariate generalization
[edit | edit source]The logistic normal distribution is a generalization of the logitโnormal distribution to D-dimensional probability vectors by taking a logistic transformation of a multivariate normal distribution.[1][5][6]
Probability density function
[edit | edit source]The probability density function is:
where denotes a vector of the first (D-1) components of and denotes the simplex of D-dimensional probability vectors. This follows from applying the additive logistic transformation to map a multivariate normal random variable to the simplex:
The unique inverse mapping is given by:
- .
This is the case of a vector x which components sum up to one. In the case of x with sigmoidal elements, that is, when
we have
where the log and the division in the argument are taken element-wise. This is because the Jacobian matrix of the transformation is diagonal with elements .
Use in statistical analysis
[edit | edit source]The logistic normal distribution is a more flexible alternative to the Dirichlet distribution in that it can capture correlations between components of probability vectors. It also has the potential to simplify statistical analyses of compositional data by allowing one to answer questions about log-ratios of the components of the data vectors. One is often interested in ratios rather than absolute component values.
The probability simplex is a bounded space, making standard techniques that are typically applied to vectors in less meaningful. Statistician John Aitchison described the problem of spurious negative correlations when applying such methods directly to simplicial vectors.[5] However, mapping compositional data in through the inverse of the additive logistic transformation yields real-valued data in . Standard techniques can be applied to this representation of the data. This approach justifies use of the logistic normal distribution, which can thus be regarded as the "Gaussian of the simplex".
Relationship with the Dirichlet distribution
[edit | edit source]The Dirichlet and logistic normal distributions are never exactly equal for any choice of parameters. However, Aitchison described a method for approximating a Dirichlet with a logistic normal such that their KullbackโLeibler divergence (KL) is minimized:
This is minimized by:
Using moment properties of the Dirichlet distribution, the solution can be written in terms of the digamma and trigamma functions:
This approximation is particularly accurate for large . In fact, one can show that for , we have that .
See also
[edit | edit source]- Beta distribution and Kumaraswamy distribution, other two-parameter distributions on a bounded interval with similar shapes
References
[edit | edit source]- ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Peter Hoff, 2003. Link
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ a b J. Atchison. "The Statistical Analysis of Compositional Data." Monographs on Statistics and Applied Probability, Chapman and Hall, 1986. Book
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
Further reading
[edit | edit source]- Frederic, P. & Lad, F. (2008) Two Moments of the Logitnormal Distribution. Communications in Statistics-Simulation and Computation. 37: 1263-1269
- Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
External links
[edit | edit source]- logitnorm package for R