Vocabularymath.
statisticsInputsOutputsalist | an array of key/value pairs |
Word descriptionOutputs a
histogram of a sequence sorted by number of occurrences from lowest to highest.
ExamplesUSING: prettyprint math.statistics ;
"abababbbbbbc" sorted-histogram .
{ { 99 1 } { 97 3 } { 98 8 } }
Definition