A data analyst needs to identify the most frequently occurring value in a dataset. Which measure of central tendency should they use?
Trap 1: Standard deviation
Standard deviation measures dispersion, not central tendency.
Trap 2: Median
Median is the middle value when sorted.
Trap 3: Mean
Mean is the average, not the most frequent value.
- A
Mode
Mode is the most frequently occurring value.
- B
Standard deviation
Why wrong: Standard deviation measures dispersion, not central tendency.
- C
Median
Why wrong: Median is the middle value when sorted.
- D
Mean
Why wrong: Mean is the average, not the most frequent value.