Click or drag to resize

LinearFitBySvdStudentizedResidual Method

Gives the ith studentized residual.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double StudentizedResidual(
	int i
)

Parameters

i  Int32
The index of the residual.

Return Value

Double
The 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