LinearRegressionModel.GetStudentizedResiduals Method

Returns the studentized residual for each observation.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<double> GetStudentizedResiduals()

Return Value

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

See Also