Constructor.
Clears all values from the list.
Gets the count of values in the list which are greater than the specified value.
Gets the count of values in the list which are less than the specified value.
Calculates the mean (average) value of this distribution
Calculates the median value of this distribution For an odd number of values, the middle value is returned For an even number, the average of the 2 middle values is returned
Adds a value to the list.
Gets the value which X% of the values in the list are less than or equal to.
Class to report on the distribution of a series of values.
Template params: T = The type of the values in the distribution