Link Function.Second Derivative At Method
Evaluates the second derivative of the link function.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The value of the second derivative of the link function at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public abstract double SecondDerivativeAt(
double x,
double firstDerivative
)
Parameters
Return Value
DoubleThe value of the second derivative of the link function at x.