ModelFamily.DerivativeOfVarianceFunction Method

Evaluates the derivative of the variance function for the model family.

Definition

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

Parameters

x  Double
Value at which to evaluate the variance function.

Return Value

Double

See Also