Click or drag to resize
Accord.NET (logo)

ProbitLinkFunctionDerivative Method

First derivative of the Inverse(Double) function.

Namespace:  Accord.Statistics.Links
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public 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.

Implements

ILinkFunctionDerivative(Double)
Remarks
The first derivative of the identity link function is given by f'(x) = exp(c - (Phi^-1(x))² * 0.5) in which c = -log(sqrt(2*π) and Phi^-1 is the inverse Normal (Gaussian) cumulative distribution function.
See Also