QuickLinearArbitraryBaseRegressionGetYOfXFunction Method |
Creates a function that evaluates the fitted model y(x).
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic Func<double, double> GetYOfXFunction()
Return Value
FuncDouble,
DoubleA function that computes y as a function of x.
Remarks
The returned function captures the regression parameters at the time this method is called.
Subsequent additions of data points do not change the returned function.
See Also