Module histogram

Source
Expand description

§A histogram consisting of a fixed number of intervals within a fixed range

Structs§

Histogram
The Histogram consists of num_intervals intervals between the min and the max value.
HistogramIter
An iterator that iterates through the entries of the histogram

Type Aliases§

HistogramEntry