Click or drag to resize

RunningWeightedStatistics(IEnumerableTupleDouble, Double) Constructor

Initializes a new instance of the RunningWeightedStatistics class and populates it with weighted values.

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

Parameters

values  IEnumerableTupleDouble, Double
The weighted samples as tuples of weight and value.
See Also