Linear Regression Model.Get Deleted Residuals Method
Returns the deleted residual for each observation
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A dense vector containing the residual for the observation computed from a model that excludes the observation.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<double> GetDeletedResiduals()
Return Value
Vector<Double>A dense vector containing the residual for the observation computed from a model that excludes the observation.