Click or drag to resize
Accord.NET (logo)

MovingCircularStatisticsVariance Property

Gets the variance of the angles within the window.

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

Property Value

Type: Double

Implements

IRunningStatisticsVariance
See Also