Computing histograms
Statistics

Prev:kth-smallest ( seq k -- elt )
Next:Computing cumulative sequences


Counting elements in a sequence:
histogram ( seq -- hashtable )

histogram-by ( seq quot: ( x -- bin ) -- hashtable )

histogram! ( hashtable seq -- hashtable )

sorted-histogram ( seq -- alist )