|
LogitLinkFunctionFunction Method
|
The Logit link function.
Namespace:
Accord.Statistics.Links
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax Remarks
The inverse Logit link function is given by
f(x) = (Math.Log(x / (1.0 - x)) - A) / B.
See Also