When would you report the median instead of the mean, and what is skew doing to those two numbers?
Report the median when the distribution is skewed or has extreme values, because the mean is pulled towards the long tail while the median tracks the typical case. In a right-skewed distribution the mean sits above the median. The mean still wins when you need totals, since mean times count gives the sum.
Take monthly household incomes in a colony of ten families, in rupees:
22,000 24,000 25,000 27,000 28,000
30,000 31,000 33,000 35,000 4,20,000
The mean is ₹67,500. Nine of the ten families earn less than half that. The median is ₹29,000, which describes almost everyone in the colony.
The mean is not wrong; it is answering a different question. It is the total divided by the count, so it tells you what each family would get if the colony’s entire income were shared equally. Nobody asked that.
Skew is the diagnostic. In a right-skewed distribution, a long tail on the high side drags the mean above the median. Left-skewed pulls the mean below. When mean and median are close, the distribution is roughly symmetric and the choice barely matters.
The mode is the most frequent value, and it earns its place on categorical data where a mean is meaningless, or where you care about the most common outcome rather than a central one. A garment factory reporting the modal shirt size is answering a real production question that a mean size cannot.
The decision that goes wrong: a business quoting “average customer spend” from a right-skewed distribution, setting a pricing tier around it, and discovering most customers spend far less. The average was reported honestly and interpreted as typical, which it was not.
One thing worth saying in the room: ask what the number will be used for. For forecasting total revenue you need the mean, because totals are what you are adding up. For describing a typical customer you need the median.
- If the mean is the wrong summary, what would you show alongside the median?
- A survey has a bimodal response — does the median help there?
- When would you deliberately want the mean despite heavy skew?