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.