|
ILinkFunctionDerivative2 Method
|
First derivative of the
Inverse(Double)
function expressed in terms of it's output.
Namespace:
Accord.Statistics.Links
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax double Derivative2(
double y
)
Function Derivative2 (
y As Double
) As Double
Request Example
View SourceParameters
- y
- Type: SystemDouble
The reverse transformed value.
Return Value
Type:
DoubleThe first derivative of the input value.
See Also