Mode (most frequent value)
The mode is the value that appears most often in the list.
Idea
To find the mode, count how many times each distinct value appears. The value with the highest count is the mode.
Example: . Counts: appears times; appears times; once each. Mode .
A list can have:
- One mode (unimodal): one most frequent value.
- Two modes (bimodal): two values tied for the highest count.
- No mode: when every value appears the same number of times.
Example of bimodal: . Both and appear twice. Modes: and .
Why mode? It is the most popular value , useful when you care about the most common case. Examples:
- Shoe sizes (a shop wants to stock the most popular size).
- Bus arrival times (the most common arrival).
- Survey answers (the most common opinion).
Mode is good for categorical data (where mean and median don't make sense), most-popular items, modes of fashion.
Worked examples
Example 1. Mode of .
appears times, others once. Mode .
Example 2. Mode of (each unique).
No mode (or "every value is a mode" depending on convention).
Example 3. Bimodal: . Modes?
and each appear twice. Bimodal: modes and .
Example 4. Shoe sizes sold: . Mode?
appears times, twice, twice, once, once. Mode .
Try it yourself
- Mode of .
- Mode of .
- Mode of .
- Mode of (where letters represent categories).
- Shoe sizes: . Mode?
- Marks of students: . Mode?
- Daily temperatures: . Mode?
- Birth months of classmates: . Mode?
Activity
Collect the most-favoured snack (one word answer) from classmates. The mode tells you the most popular snack.