Click or drag to resize

QuickStatisticsAdd Method

Adds a data point 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 Add(
	double x
)

Parameters

x  Double
The value of the data point.
See Also