Click or drag to resize

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.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Func<double, double> GetYOfXFunction()

Return Value

FuncDouble, Double
A function to calculate y in dependence of x.
See Also