Click or drag to resize
Accord.NET (logo)

IMovingStatistics Properties

The IMovingStatistics type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of samples within the window.
(Inherited from IMovingTValue.)
Public propertyMean
Gets the current mean of the gathered values.
(Inherited from IRunningStatistics.)
Public propertyStandardDeviation
Gets the current standard deviation of the gathered values.
(Inherited from IRunningStatistics.)
Public propertyVariance
Gets the current variance of the gathered values.
(Inherited from IRunningStatistics.)
Public propertyWindow
Gets the size of the window.
(Inherited from IMovingTValue.)
Top
See Also