LinearRegressionModel.GetExternallyStudentizedResiduals Method
Returns the externally studentized 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 studentized residual for the observation.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public Vector<double> GetExternallyStudentizedResiduals()
Return ValuePermalink
Vector<Double>A dense vector containing the studentized residual for the observation.