histc(): HistBin[]
Histogram count.
Counts the number of values in x that fall between the elements in the bins array. Values outside the range in bins are not counted. Returns an array of objects with bin edges, counts, and frequencies.
HistBin[]
Array of objects with bins, count, and freq properties
histc(): HistBin[][]
Histogram count.
Counts the number of values in x that fall between the elements in the bins array. Values outside the range in bins are not counted. Returns an array of objects with bin edges, counts, and frequencies.
HistBin[][]
Array of objects with bins, count, and freq properties