Click or drag to resize
Accord.NET (logo)

MovingCircularStatistics Properties

The MovingCircularStatistics type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of samples within the window.
Public propertyMean
Gets the mean of the angles within the window.
Public propertyRho
Gets the current length of the sample mean resultant vector of the gathered values.
Public propertyStandardDeviation
Gets the standard deviation of the angles within the window.
Public propertySumOfCosines
Gets the sum of the cosines of the angles within the window.
Public propertySumOfSines
Gets the sum of the sines of the angles within the window.
Public propertyVariance
Gets the variance of the angles within the window.
Public propertyWindow
Gets the size of the window.
Top
See Also