Click or drag to resize

RunningWeightedStatisticsAddition Operator

Combines two weighted running statistics instances.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static RunningWeightedStatistics operator +(
	RunningWeightedStatistics a,
	RunningWeightedStatistics b
)

Parameters

a  RunningWeightedStatistics
The first weighted running statistics instance.
b  RunningWeightedStatistics
The second weighted running statistics instance.

Return Value

RunningWeightedStatistics
A new instance representing the combined statistics.
See Also