Click or drag to resize
Accord.NET (logo)

ILinkFunctionDerivative Method

First derivative of the Inverse(Double) function.

Namespace:  Accord.Statistics.Links
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
double Derivative(
	double x
)
Request Example View Source

Parameters

x
Type: SystemDouble
The input value.

Return Value

Type: Double
The first derivative of the input value.
See Also