Click or drag to resize
Accord.NET (logo)

MovingNormalStatisticsWindow Property

Gets the size of the window.

Namespace:  Accord.Statistics.Moving
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int Window { get; }
Request Example View Source

Property Value

Type: Int32
The window's size.

Implements

IMovingTValueWindow
See Also