IRunningStatistics Interface |
Namespace: Accord.Statistics.Running
The IRunningStatistics type exposes the following members.
Name | Description | |
---|---|---|
Mean |
Gets the current mean of the gathered values.
| |
StandardDeviation |
Gets the current standard deviation of the gathered values.
| |
Variance |
Gets the current variance of the gathered values.
|
Name | Description | |
---|---|---|
Clear |
Clears all measures previously computed.
(Inherited from IRunningTValue.) | |
Push |
Registers the occurrence of a value.
(Inherited from IRunningTValue.) |