Skip to main content

Module histogram

Module histogram 

Source
Expand description

Histogram binning with several standard bin-count rules.

Structs§

Histogram
A computed histogram: bin edges (length bins + 1), per-bin counts, and per-bin density (count / (n * width), so the areas sum to 1).

Enums§

BinRule
How to choose the number/width of histogram bins.

Functions§

histogram
Build a Histogram from data using the chosen BinRule. Non-finite values are ignored.