
| Class | Description | 
|---|---|
| AggregatingHistogram<T,D> | Class for the typical case of an aggregating (e.g. counting, averaging)
 Histogram. | 
| AggregatingHistogram.Adapter<T,D> | Adapter class for an AggregatingHistogram | 
| FlexiHistogram<T,D> | Histogram with flexible size, guaranteed to be in [bin, 2*bin[ | 
| FlexiHistogram.Adapter<T,D> | Adapter interface to specify bin creation, data caching and combination. | 
| ReplacingHistogram<T> | Class to manage a simple Histogram. | 
| ReplacingHistogram.Adapter<T> | Interface to plug in a data type T. | 
Classes for computing histograms.