Click or drag to resize

LinearFitBySvdPredictionVariance Method

Gives the variance of the prediction of the ith y-value.

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

Parameters

i  Int32
The index to the ith observation.

Return Value

Double
The variance of the ith prediction value.
See Also