LinearRegressionModel.GetDffits Method

Returns the DFFITS value for each of the observations.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<double> GetDffits()

Return Value

Vector<Double>
A dense vector containing the DFFITS value for each observation.

Remarks

The DFFITS value is the scaled difference of the predicted value for the observation between a model that includes the observation and one that excludes the observation.

See Also