hist!
hist!(counts, v, e) -> e, counts
Compute the histogram of v
, using a vector/range e
as the edges for the bins. This function writes the resultant counts to a pre-allocated array counts
.
Examples
See Also
cummax, eigmax, findmax, hist, hist!, hist2d, hist2d!, histrange, indmax, maxabs, maxabs!, maximum!, mean, mean!, median, median!, minabs, minabs!, minimum!, minmax, quantile!, realmax, std, stdm,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.