Module ndarray_stats::histogram
source · [−]Expand description
Histogram functionalities.
Modules
Strategies used by GridBuilder
to infer optimal parameters from data for building Bins
and Grid
instances.
Structs
A sorted collection of non-overlapping 1-dimensional intervals.
A sorted collection of type A
elements used to represent the boundaries of intervals, i.e.
Bins
on a 1-dimensional axis.
An orthogonal partition of a rectangular region in an n-dimensional space, e.g. [a0, b0) × ⋯ × [an−1, bn−1), represented as a collection of rectangular n-dimensional bins.
Histogram data structure.
Traits
Extension trait for ArrayBase
providing methods to compute histograms.