Click or drag to resize

MovingStatistics(Int32) Constructor

Initializes a new instance of the MovingStatistics class.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MovingStatistics(
	int windowSize
)

Parameters

windowSize  Int32
The number of values retained in the moving window.
See Also