Click or drag to resize

RunningStatistics(IEnumerableDouble) Constructor

Initializes a new instance of the RunningStatistics class and populates it with a sequence of values.

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

Parameters

values  IEnumerableDouble
The values used to initialize the running statistics.
See Also