Click or drag to resize
MovingStatistics Constructor (Int32)
Initializes a new instance of the MovingStatistics class

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public MovingStatistics(
	int windowSize
)

Parameters

windowSize
Type: SystemInt32
See Also