What is Mode?
The mode is the value that appears most frequently in a dataset. A dataset can have one mode (unimodal), two modes (bimodal), multiple modes (multimodal), or no mode if all values appear equally.
Mode = value(s) that appear most frequently
In {1, 2, 2, 3, 4}: Mode = 2 (appears twice)
In {1, 2, 2, 3, 4}: Mode = 2 (appears twice)
Types of Mode
- Unimodal: One mode (e.g., 1, 2, 2, 3 → mode = 2)
- Bimodal: Two modes (e.g., 1, 1, 2, 2, 3 → modes = 1 and 2)
- Multimodal: Three or more modes
- No mode: All values appear the same number of times