Maybe a simple example will help. For {1,2,3}, ‘2’ is both the median and average. But the median will stay the same even if the ‘3’ is increased quite a lot. For example {1,2,1000} still has a median of 2, but the average is much higher.
As others have probably pointed out, for the median, half of the values are below and half are higher. This is not always true for the average.
It’s also possible to show that the median is the point ‘x’ which minimizes the total distances from x to values in the set. But the mean minimizes the sum of the squared distances.
The average can be influenced by a few large (or small) values. If you were applying for a sales job, it might be more interesting to know the median salaries of salesmen, since the average could be grossly inflated by even one super-salesman.
Latest Answers