Logit

Revision as of 20:12, 15 April 2013 by Lchrisman (talk | contribs)


Built-in function new to Analytica 4.5. Before that, supplied as a function in the Generalized Regression library.

Logit(p)

The Logit function is equal to

[math]\displaystyle{ Logit(p) = \ln\left( p\over{1-p} \right) }[/math]

where [math]\displaystyle{ 0\lt p\lt 1 }[/math].

LogitGraph.png

The inverse of the Logit function is Sigmoid(x) (before Analytica 4.5, the function InvLogit was used, defined in the 'Generalized Regression library). The logit function is sometimes called the log-odds function.

Library

Advanced Math Functions

See Also

Comments


You are not allowed to post comments.