Package suramadu.util.stats

Interface Summary
Range An interface representing a range of values, and a counter to tally the number of values that fall within this range.
 

Class Summary
Counter A counter object suitable for storing in a Map
Histogram A class to facilitate the creation of a histogram data structure for examining the distribution of various kinds of numeric data.
HistogramBin This class represents a single bin in a histogram.
HistogramBinSpec This class is a container for HistogramBin classes.
StatPack Static helper class to compute various statistical values of collections and arrays.