BinCounts
count the number of elements, if
list
, is divided into successive bins with widthwidthOfBin
.
returns the count of elements in
list
that fall within each bin defined by the range frommin
tomax
with bins of widthwidthOfBin
.
Examples
Implementation status
- ✅ - full supported