|
IRunningTValue Interface
|
Common interface for running statistics.
Namespace:
Accord.Statistics.Running
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax The IRunningTValue type exposes the following members.
Methods
| Name | Description |
---|
| Clear |
Clears all measures previously computed.
|
| Push |
Registers the occurrence of a value.
|
TopRemarks
Running statistics are measures computed as data becomes available.
When using running statistics, there is no need to know the number of
samples a priori, such as in the case of the direct
Mean(Double).
See Also