Module ndhistogram::axis

source ·
Expand description

Axis for ND histograms

This module contains implementations of Axis that are used to represent the axes of an N-dimensional Histogram.

Structs

  • An axis to represent a set of discrete values or categories with an overflow bin.
  • An axis to represent a finite set of discrete values or categories without an overflow bin.
  • An axis with equal sized bins.
  • A wrap-around axis with equal-sized bins.
  • An axis with equal sized bins and no under/overflow bins.
  • An axis with variable sized bins.
  • A wrap-around axis with variable-sized bins.
  • An axis with variable sized bins and no overflow bins.

Enums

Traits

  • An binned axis corresponding to one dimension of an N-dimensional Histogram.