Click or drag to resize

RunningStatisticsCombine Method

Create a new running statistics over the combined samples of two existing running statistics.

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

Parameters

a  RunningStatistics
The first running statistics instance.
b  RunningStatistics
The second running statistics instance.

Return Value

RunningStatistics
A new instance representing the combined statistics.
See Also