LinkFunction.SecondDerivativeAt Method

Evaluates the second derivative of the link function.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public abstract double SecondDerivativeAt(
	double x,
	double firstDerivative
)

Parameters

x  Double
A reaul number.
firstDerivative  Double
The value of the first derivative at x.

Return Value

Double
The value of the second derivative of the link function at x.

See Also