LinearFitBySvdStudentizedResidual Method |
Gives the ith studentized residual.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double StudentizedResidual(
int i
)
Parameters
- i Int32
- The index of the residual.
Return Value
DoubleThe ith studentized residual.
Remarks The studentized residual has constant variance of 1, regardless of the location of xi.
Ref: Introduction to linear regression analysis, 3rd ed., Wiley, p.134
See Also