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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
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).
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also