C1.Silverlight.Binding Namespace : Tally Class |
The following tables list the members exposed by Tally.
Name | Description | |
---|---|---|
Tally Constructor | Overloaded. |
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. | |
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. | |
Var | Gets the variance of the values in the Tally. | |
VarP | Gets the population variance of the values in the Tally. |