Click or drag to resize

QuickLinearRegressionAddRange Method

Adds data points to the statistics.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddRange(
	IEnumerable<(double x, double y)> values
)

Parameters

values  IEnumerableValueTupleDouble, Double
The data points to add.
See Also