QuickLinearRegressionGetYOfXFunction Method |
Returns a function to calculate y in dependence of x. Please note note that the returned function represents the state of the regression at the time of the call, i.e. subsequent additions of data does not change the function.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Func<double, double> GetYOfXFunction()
Return Value
FuncDouble,
DoubleA function to calculate y in dependence of x.
See Also