Click or drag to resize

LinearFitBySvdPRESSResidual Method

Gives the ith PRESS residual.

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

Parameters

i  Int32
The index of the PRESS residual.

Return Value

Double
The ith PRESS residual.
Remarks
The PRESS residual is the prediction error of the ith value, if the ith value itself is not used in the prediction model.

Ref: Introduction to linear regression analysis, 3rd ed., Wiley, p.135

See Also