Linear Regression Model.Get Deleted Residuals Method
Returns the deleted residual for each observation
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A dense vector containing the residual for the observation computed from a model that excludes the observation.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.