Click or drag to resize
Accord.NET (logo)

MovingCircularStatistics Constructor

Initializes a new instance of the MovingCircularStatistics class.

Namespace:  Accord.Statistics.Moving
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public MovingCircularStatistics(
	int windowSize
)
Request Example View Source

Parameters

windowSize
Type: SystemInt32
The size of the moving window.
See Also