LinearFitBySvdPredictionVariance Method |
Gives the variance of the prediction of the ith y-value.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double PredictionVariance(
int i
)
Parameters
- i Int32
- The index to the ith observation.
Return Value
DoubleThe variance of the ith prediction value.
See Also