Click or drag to resize

LinearRegressionGetStudentizedResiduals Method

Returns the (externally) studentized residuals.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector GetStudentizedResiduals()

Return Value

DoubleVector
A vector of normalized residuals, or null if !IsGood.
Remarks
Renormalizes the residuals to have unit variance using a leave-one-out measure of error variance, that is a vector of estimates of the residual variance obtained when the i-th case is dropped from the regression.
See Also