Module ndarray_stats::histogram

source ·
Expand description

Histogram functionalities.

Modules§

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.
  • A builder used to create Grid instances for histogram computations.
  • Histogram data structure.

Traits§

  • Extension trait for ArrayBase providing methods to compute histograms.