Module ndarray_stats::histogram [−][src]
Histogram functionalities.
Modules
| errors | |
| strategies | Strategies used by |
Structs
| Bins | A sorted collection of non-overlapping 1-dimensional intervals. |
| Edges | A sorted collection of type |
| Grid | 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. |
| GridBuilder | A builder used to create |
| Histogram | Histogram data structure. |
Traits
| HistogramExt | Extension trait for |