next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
commonest -- the most common elements of a list or tally
Synopsis
Usage:
commonest x
Inputs:
x
Outputs:
a
list
, a list of the elements appearing most frequently in
x
Description
i1 : commonest {a,a,a,a,b,b,b,b,c,c,d} o1 = {a, b} o1 : List
Ways to use
commonest
:
commonest(Set)
commonest(Tally)
commonest(VisibleList)