logitp
Logitp refers to the logit transform of a probability p. In statistics, the logit of p, often denoted logit(p) or logitp, is defined as log(p/(1−p)) where log is the natural logarithm. It maps p in the open interval (0, 1) to the real line (−∞, ∞). The inverse transform, returning p from a logit value, is the logistic function: p = exp(logitp) / (1 + exp(logitp)).
The logit transform is widely used as a link function in generalized linear models, particularly for binary
In practical applications, p should be strictly between 0 and 1. When implementing logitp in software, exact