QuickLinearRegressionAdd Method |
Adds a data point to the regression.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Add(
double x,
double y
)
Parameters
- x Double
- The x value of the data point.
- y Double
- The y value of the data point.
See Also