Assume a set of numbers {0,1,2,3,4,4,4,4,4,5,6,7,8,9}
What mathematical name is given to the number that most frequently occurs?
For example, if I was to count the number of occurrences for each number in the above set, I would note every number occurring once except 4 which occurs 5 times.
Thanks
This is called the mode of the set.
Since you tagged your question "mathematica", I will also mention that the mode is implemented in Mathematica as the Commonest command.