Click or drag to resize
RunningStatistics Methods

The RunningStatistics type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCombine
Create a new running statistics over the combined samples of two existing running statistics.
Public methodPush
Update the running statistics by adding another observed sample (in-place).
Public methodPushRange
Update the running statistics by adding a sequence of observed sample (in-place).
Top
See Also