LinearRegressionModel.GetStudentizedDeletedResiduals Method
Returns the studentized deleted residual for each observation
DefinitionPermalink
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
A dense vector containing the residual for the observation computed from a model that excludes the observation, scaled by the estimated standard deviation of the residual.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public Vector<double> GetStudentizedDeletedResiduals()
Return ValuePermalink
Vector<Double>A dense vector containing the residual for the observation computed from a model that excludes the observation, scaled by the estimated standard deviation of the residual.