Click or drag to resize
RunningStatistics Class
Used for computing running statistics of a distribution.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.MathRunningStatistics

Namespace:  ABB.Robotics.Math
Assembly:  ABB.Robotics.Math (in ABB.Robotics.Math.dll) Version: 7.0.8747.636
Syntax
C#
public class RunningStatistics

The RunningStatistics type exposes the following members.

Constructors
  NameDescription
Public methodRunningStatistics
Initializes a new instance of the RunningStatistics class
Top
Properties
  NameDescription
Public propertyMean
The mean of the distribution.
Public propertyStandardDeviation
The standard deviation of the distribution.
Public propertyVariance
The variance of the distribution.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodPush
Push a new number to the distribution.
Public methodToString (Inherited from Object.)
Top
Version Information

Supported in: 1.0
See Also