Linear Regression Model.Get Externally Studentized Residuals Method
Returns the externally studentized residual for each observation.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A dense vector containing the studentized residual for the observation.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<double> GetExternallyStudentizedResiduals()
Return Value
Vector<Double>A dense vector containing the studentized residual for the observation.