Click or drag to resize

QuickLinearArbitraryBaseRegressionGetYErrorOfX Method

Gets the mean prediction error of y at the specified x value.

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

Parameters

x  Double
The x value.

Return Value

Double
The mean prediction error of y at x.
See Also