Click or drag to resize

RunningStatisticsPush Method

Update the running statistics by adding another observed sample (in-place).

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Push(
	double value
)

Parameters

value  Double

[Missing <param name="value"/> documentation for "M:Altaxo.Calc.Statistics.RunningStatistics.Push(System.Double)"]

See Also