Click or drag to resize

QuickLinearArbitraryBaseRegressionGetYVarianceOfX Method

Gets the prediction variance in dependence on x.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double GetYVarianceOfX(
	double x
)

Parameters

x  Double
The x value.

Return Value

Double
The prediction variance at the value x.
See Also