Interface | Description |
---|---|
Histogram |
Interface for a class that can tabulate a one-dimensional histogram
of data values.
|
Class | Description |
---|---|
HistogramCollapsing |
Simple Histogram implementation with a static number of bins, but dynamic
x range.
|
HistogramDiscrete |
Histogram class capable of keeping track of how many times each discrete
value was passed in, similar to what one would expect from a histogram with
very small bin width.
|
HistogramExpanding |
Histogram implementation with dynamic x range and number of bins.
|
HistogramNotSoSimple |
Histogram implementation with a static x range and number of bins.
|
HistogramReweightedData |
Histogram implementation with a static x range and number of bins for reweighted data.
|
HistogramSimple |
Simple Histogram implementation with a static x range and number of bins.
|