logistic

(function for equations)

 

Usage:

logistic (t)

Definition:

exp(t) / (1 + exp(t))

Required:

t is an unrestricted real

Logistic is also known as "expit", or "sigmoid".

This is the inverse of the logit function (also known as log odds).

See also LogisticDist, logit.

Example:

expit (0)  returns 0.5

expit (1)  returns 0.7310585