|
|
IMovingStatistics Interface |
Namespace: Accord.Statistics.Moving
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.) |
| Name | Description | |
|---|---|---|
| Clear |
Clears all measures previously computed.
(Inherited from IRunningTValue.) | |
| Push |
Registers the occurrence of a value.
(Inherited from IRunningTValue.) |