Click or drag to resize

QuickLinearRegressionAdd Method

Adds a data point to the regression.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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