Median vs Quartile
Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.
Median
Describing data
The median is the middle value of an ordered data set, splitting it so that half the values fall below and half above.
To find the median you sort the data and take the center value, averaging the two middle values when the count is even. For example, for 3, 7, and 10 the median is 7, while for 2, 6, 8, and 10 it is . Because it depends only on position, not on the size of extreme values, the median resists outliers. This makes the median a better center than the mean for strongly skewed data.
Quartile
Describing data
A quartile is one of three values that divide an ordered data set into four groups of roughly equal size.
Quartiles split ordered data into four parts, marked by the first quartile , the median, and the third quartile . The first quartile is the median of the lower half and the third quartile is the median of the upper half. For example, in 2, 4, 6, 8, 10 the median is 6, so you exclude it and get and . This site uses the median-excluded convention (the TI-84 method), which drops the overall median when the count is odd.