Click or drag to resize
Accord.NET (logo)

RunningCircularStatistics Properties

The RunningCircularStatistics type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the current count of values seen.
Public propertyMean
Gets the current mean of the gathered values.
Public propertyRho
Gets the current length of the sample mean resultant vector of the gathered values.
Public propertyStandardDeviation
Gets the current standard deviation of the gathered values.
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 current variance of the gathered values.
Top
See Also