The Tally type exposes the following members.

Constructors

  Name Description
Public method Tally()()()()
Initializes a new instance of a Tally.
Public method Tally(Boolean)
Initializes a new instance of a Tally.

Methods

  Name Description
Public method Add
Adds an Expression to the Tally, updating the associated summary statistics.
Public method AddValue
Adds a value to the Tally, updating the associated summary statistics.
Public method Average
Gets the average of the values in the Tally.
Public method Count
Gets the total count of values in the Tally.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method Max
Gets the maximum value in the Tally.
Public method Min
Gets the minimum value in the Tally.
Public method Range
Gets the range of values in the Tally (maximum minus minimum).
Public method Std
Gets the standard deviation of the values in the Tally.
Public method StdP
Gets the population standard deviation of the values in the Tally.
Public method Sum
Gets the sum of the values in the Tally.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Var
Gets the variance of the values in the Tally.
Public method VarP
Gets the population variance of the values in the Tally.

See Also