➕ Mean (Average)
The Mean is the arithmetic average of values in a dataset.
Formula: Mean = (Σx) / n
- ✔ Represents the overall average
- ✔ Sensitive to outliers (e.g., extreme salaries)
If 5 employees earn $20k, $22k, $25k, $28k, and $100k, the mean = (20+22+25+28+100) ÷ 5 = $39k. But this is misleading due to the $100k outlier.
