Click or drag to resize

LinearFitBySvdPredictionVariance Method

Returns the variance of the prediction of the i-th y-value.

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

Parameters

i  Int32
The index of the i-th observation.

Return Value

Double
The variance of the i-th predicted value.
See Also