Median

Measures Of Center
definition

Also known as: median, middle value

Grade 6-8

View on concept map

The median is the middle value when all data points are arranged in order from smallest to largest. Median resists outliers.

Definition

The median is the middle value when all data points are arranged in order from smallest to largest. Half the values lie above it and half below. For an even number of values, the median is the average of the two middle values.

๐Ÿ’ก Intuition

If you lined up your whole class by height, the median height is the person standing exactly in the middle. It's not affected by whether the tallest kid is 5'5" or 7 feet - the middle person stays the same.

๐ŸŽฏ Core Idea

The median is the literal middle value once data is sorted. It splits the data set in half and resists being pulled by extreme outliers.

Example

Heights: 4'8", 5'0", 5'2", 5'4", 6'2". Median = 5'2" (the middle). The 6'2" outlier doesn't affect it.

Formula

\text{median position} = \frac{n+1}{2}

Notation

The median is denoted \tilde{x} or M. It equals the 50th percentile (P_{50}) and the second quartile (Q_2).

๐ŸŒŸ Why It Matters

Median resists outliers. For home prices or salaries, median often represents 'typical' better than mean, which gets pulled by extremes.

๐Ÿ’ญ Hint When Stuck

First, arrange all data values in order from smallest to largest. Then, if there is an odd number of values, the median is the middle one. If there is an even number, find the two middle values and average them: Median = (middle1 + middle2) / 2.

Formal View

For sorted data x_{(1)} \leq x_{(2)} \leq \ldots \leq x_{(n)}, the median is \tilde{x} = x_{((n+1)/2)} when n is odd, or \tilde{x} = \frac{x_{(n/2)} + x_{(n/2+1)}}{2} when n is even.

Compare With Similar Concepts

๐Ÿšง Common Stuck Point

Students forget to sort the data first. Finding the 'middle' of an unsorted list gives a meaningless answer.

โš ๏ธ Common Mistakes

  • Forgetting to order data first
  • Confusing with mean
  • Not averaging two middle values for even-sized data

Common Mistakes Guides

Frequently Asked Questions

What is Median in Statistics?

The median is the middle value when all data points are arranged in order from smallest to largest. Half the values lie above it and half below. For an even number of values, the median is the average of the two middle values.

What is the Median formula?

\text{median position} = \frac{n+1}{2}

When do you use Median?

First, arrange all data values in order from smallest to largest. Then, if there is an odd number of values, the median is the middle one. If there is an even number, find the two middle values and average them: Median = (middle1 + middle2) / 2.

How Median Connects to Other Ideas

To understand median, you should first be comfortable with mean fair share. Once you have a solid grasp of median, you can move on to stat quartiles and stat box plot.