Click or drag to resize

QuickStatisticsAddRange(IEnumerableDouble) 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 QuickStatistics AddRange(
	IEnumerable<double> values
)

Parameters

values  IEnumerableDouble
The data points to add.

Return Value

QuickStatistics
This instance.
See Also