IMovingStatistics Properties |
The IMovingStatistics type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of samples within the window.
(Inherited from IMovingTValue.) | |
Mean |
Gets the current mean of the gathered values.
(Inherited from IRunningStatistics.) | |
StandardDeviation |
Gets the current standard deviation of the gathered values.
(Inherited from IRunningStatistics.) | |
Variance |
Gets the current variance of the gathered values.
(Inherited from IRunningStatistics.) | |
Window |
Gets the size of the window.
(Inherited from IMovingTValue.) |