시작하기무료로 시작하기

Difference between median and mean

On the right is Amazon's quarterly revenue from their first year - 1996 - and a more recent year - 2017. Let's compare the mean and the median revenue between the two quarters to see how the data is distributed. The median is more robust to outliers, unlike the mean. So if your dataset has a lot of outliers, the mean will be pulled in the direction of the outliers.

Recall that for an odd number of observations, a median is the middle value in the data. With an even number of observations, the median is the mean of the two middle values. To manually calculate a median, the data needs to be sorted (unlike if you are using the MEDIAN() function). This data is naturally ascending, so no sorting is necessary.

이 연습은 강의의 일부입니다

Google Sheets로 배우는 통계 입문

강의 보기

연습 안내

  • In cell G2, calculate the AVERAGE() for the middle observations, D5 and D6.
  • Now use MEDIAN() in H2 passing in all revenue amounts, D2:D9.
  • In cell I2, calculate the AVERAGE() of D2:D9. How different is it from the median?

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작