Link Function.Second Derivative At Method
Evaluates the second derivative of the link function.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the second derivative of the link function at x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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
DoubleThe value of the second derivative of the link function at x.