The Tally type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Tally()()()() |
Initializes a new instance of a Tally.
|
![]() |
Tally(Boolean) |
Initializes a new instance of a Tally.
|
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds an Expression to the Tally, updating the
associated summary statistics.
|
![]() |
AddValue |
Adds a value to the Tally, updating the
associated summary statistics.
|
![]() |
Average |
Gets the average of the values in the Tally.
|
![]() |
Count |
Gets the total count of values in the Tally.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the type of the current instance. (Inherited from Object.) |
![]() |
Max |
Gets the maximum value in the Tally.
|
![]() |
Min |
Gets the minimum value in the Tally.
|
![]() |
Range |
Gets the range of values in the Tally (maximum minus minimum).
|
![]() |
Std |
Gets the standard deviation of the values in the Tally.
|
![]() |
StdP |
Gets the population standard deviation of the values in the Tally.
|
![]() |
Sum |
Gets the sum of the values in the Tally.
|
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
![]() |
Var |
Gets the variance of the values in the Tally.
|
![]() |
VarP |
Gets the population variance of the values in the Tally.
|