Logit

Plot of logit(p) in the domain of 0 to 1, where the base of logarithm is e

In statistics, the logit (/ˈlɪt/ LOH-jit) function or the log-odds is the logarithm of the odds p/(1 − p) where p is the probability.[1]. It is a type of function that creates a map of probability values from to [2]. It is the inverse of the sigmoidal "logistic" function or logistic transform used in mathematics, especially in statistics.

In deep learning, the term logits layer is popularly used for the last neuron layer of neural network for classification task which produces raw prediction values as real numbers ranging from [3].

Definition

If p is a probability, then p/(1 p) is the corresponding odds; the logit of the probability is the logarithm of the odds, i.e,,

The base of the logarithm function used is of little importance in the present article, as long as it is greater than 1, but the natural logarithm with base e is the one most often used. The choice of base corresponds to the choice of logarithmic unit for the value: base 2 corresponds to a shannon, base e to a nat, and base 10 to a hartley; these units are particularly used in information-theoretic interpretations. For each choice of base, the logit function takes values between negative and positive infinity.

The "logistic" function of any number is given by the inverse-logit:

The difference between the logits of two probabilities is the logarithm of the odds ratio (R), thus providing a shorthand for writing the correct combination of odds ratios only by adding and subtracting:

History

There have been several efforts to adapt linear regression methods to domain where output is probability value instead of any real number . Many of such efforts focused on modeling this problem by somehow mapping the range to and then running the linear regression on these transformed values. In 1934 Chester Ittner Bliss used cumulative normal distribution function to perform this mapping and called his model probit an abbreviation for "probability unit";[4] . However, this is computationally more expensive. In 1944, Joseph Berkson used log of odds and called this function logit, abbreviation for "logistic unit" following the analogy for probit. Log odds was used extensively by Charles Sanders Peirce (late 19th century).[5] . G. A. Barnard in 1949 coined the commonly used term log-odds;[6] the log-odds of an event is the logit of the probability of the event.[7]

Uses and properties

  • The logit in logistic regression is a special case of a link function in a generalized linear model: it is the canonical link function for the Bernoulli distribution.
  • The logit function is the negative of the derivative of the binary entropy function.
  • The logit is also central to the probabilistic Rasch model for measurement, which has applications in psychological and educational assessment, among other areas.
  • The inverse-logit function (i.e., the logistic function) is also sometimes referred to as the expit function.[8]
  • In plant disease epidemiology the logit is used to fit the data to a logistic model. With the Gompertz and Monomolecular models all three are known as Richards family models.
  • The log-odds function of probabilities is often used in state estimation algorithms[9] because of its numerical advantages in the case of small probabilities. Instead of multiplying very small floating point numbers, log-odds probabilities can just be summed up to calculate the (log-odds) joint probability.[10][11]

Comparison with probit

Comparison of the logit function with a scaled probit (i.e. the inverse CDF of the normal distribution), comparing vs. , which makes the slopes the same at the y-origin.

Closely related to the logit function (and logit model) are the probit function and probit model. The logit and probit are both sigmoid functions with a domain between 0 and 1, which makes them both quantile functions—i.e., inverses of the cumulative distribution function (CDF) of a probability distribution. In fact, the logit is the quantile function of the logistic distribution, while the probit is the quantile function of the normal distribution. The probit function is denoted , where is the CDF of the normal distribution, as just mentioned:

As shown in the graph, the logit and probit functions are extremely similar, particularly when the probit function is scaled so that its slope at y=0 matches the slope of the logit. As a result, probit models are sometimes used in place of logit models because for certain applications (e.g., in Bayesian statistics) the implementation is easier.

See also

References

  1. "LOG ODDS RATIO". nist.gov.
  2. "Logit/Probit" (PDF).
  3. "Tensorflow - Logit Layer".
  4. 1 2 J. S. Cramer (2003). "The origins and development of the logit model" (PDF). Cambridge UP.
  5. Stigler, Stephen M. (1986). The history of statistics : the measurement of uncertainty before 1900. Cambridge, Massachusetts: Belknap Press of Harvard University Press. ISBN 0-674-40340-1.
  6. Hilbe, Joseph M. (2009), Logistic Regression Models, CRC Press, p. 3, ISBN 9781420075779 .
  7. Cramer, J. S. (2003), Logit Models from Economics and Other Fields, Cambridge University Press, p. 13, ISBN 9781139438193 .
  8. "Archived copy". Archived from the original on 2011-07-06. Retrieved 2011-02-18.
  9. Thrun, Sebastian. "Learning Occupancy Grid Maps with Forward Sensor Models". Autonomous Robots. 15 (2): 111–127. doi:10.1023/A:1025584807625. ISSN 0929-5593.
  10. Styler, Alex (2012). "Statistical Techniques in Robotics" (PDF). p. 2. Retrieved 2017-01-26.
  11. Dickmann, J.; Appenrodt, N.; Klappstein, J.; Bloecher, H. L.; Muntzinger, M.; Sailer, A.; Hahn, M.; Brenk, C. (2015-01-01). "Making Bertha See Even More: Radar Contribution". IEEE Access. 3: 1233–1247. doi:10.1109/ACCESS.2015.2454533. ISSN 2169-3536.

Further reading

  • Ashton, Winifred D. (1972). The Logit Transformation: with special reference to its uses in Bioassay. Griffin's Statistical Monographs & Courses. 32. Charles Griffin. ISBN 0-85264-212-1.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.