Linear Regression Model.Get Dffits Method
Returns the DFFITS value for each of the observations.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A dense vector containing the DFFITS value for each observation.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.