Click or drag to resize

RunningStatisticsPushRange Method

Update the running statistics by adding a sequence of observed samples (in-place).

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void PushRange(
	IEnumerable<double> values
)

Parameters

values  IEnumerableDouble
The sample values to add.
See Also