HistogramList¶
Returns bin edges and counts for histogram data.
$ wo 'HistogramList[x]'
HistogramList::ldata: x is not a valid dataset or list of datasets.
HistogramList[x]
When the data are integer multiples of the bin width, the bins are centered on the values so none land on a boundary.
A bare integer asks for about that many bins: the width (max-min)/(n-1) is
floored by the smallest gap between data values and snapped to the nearest
nice number (1, 2 or 5 times a power of ten).