Click or drag to resize
Accord.NET (logo)

MovingNormalStatistics Properties

The MovingNormalStatistics type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of samples within the window.
Public propertyMean
Gets the mean of the values within the window.
Public propertyStandardDeviation
Gets the standard deviation of the values within the window.
Public propertySum
Gets the sum the values within the window.
Public propertySumOfSquares
Gets the sum of squared values within the window.
Public propertyVariance
Gets the variance of the values within the window.
Public propertyWindow
Gets the size of the window.
Top
See Also