|
LogitLinkFunctionDerivative Method
|
Namespace:
Accord.Statistics.Links
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax Remarks
The first derivative of the identity link
function is given by
f'(x) = y * (1.0 - y)
where
y = f(x) is the
Logit function.
See Also