Module math::histogram

source ·
Expand description

Structs

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

Type Aliases