LinearRegressionModel.GetExternallyStudentizedResiduals Method

Returns the externally studentized residual for each observation.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<double> GetExternallyStudentizedResiduals()

Return Value

Vector<Double>
A dense vector containing the studentized residual for the observation.

See Also