Expand description
MATLAB-compatible histogram creation utilities
Functions§
- hist
- Create a histogram (equivalent to MATLAB’s
hist(data, bins)) - hist_
with_ edges - Create a histogram with custom bin edges (
hist(data, edges)) - histogram_
normalized - Create a normalized histogram (density)