Logo

Mean, Median, Mode

A mode is which item shows up the most times. The actual values do not matter.

A mode is found by counting how many times each item appears in a list and then picking the most frequent.

For example, if you have the numbers "1, 3, 3, 6, 7, 7, 7", you would count each:

You would then see that 7, which 3 appearances is the mode of the list.

Modes are not explicitly used very often, but they can be useful to figure out the most popular item when compromise is not wanted. For example, a shoe maker might take the mode of shoe sizes purchased to find out what item to produce and market most heavily. In such cases, you do not want to make a bunch of the wrong shoe size just because it's close to everyone's sizes. You would want to fit your customer's needs exactly.

Modes can also be used for nominal data (things other than numbers). For example, you could take the mode of ordered flavors of donuts to find out what flavor is most popular.