Given a set of numbers, what mathematical name is given to the most frequent number

$\begingroup$

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

$\endgroup$ 1

1 Answer

$\begingroup$

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.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like