LinearFitBySvdPRESSResidual Method |
Gives the ith PRESS residual.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double PRESSResidual(
int i
)
Parameters
- i Int32
- The index of the PRESS residual.
Return Value
DoubleThe 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