The interquartile range (IQR) represents the middle 50% of the data.
- This is another measure of variability!
The interquartile range (IQR) represents the middle 50% of the data.
To get the middle 50%, we will split the data into four parts:
1 | 2 | 3 | 4 |
---|---|---|---|
25% | 25% | 25% | 25% |
The 25th and 75th percentiles, along with the median, divide the data into four parts.
We call these three measurements the quartiles:
Consider {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
Note: this is a “quick and dirty” way of finding quartiles. A computer will give a more exact result.
Then the interquartile range is \[ \text{IQR} = \text{Q3}-\text{Q1} \]
Box plots summarize the data with 5 statistics plus extreme observations:
We won’t draw box plots by hand, but understanding how they are drawn will help us understand how to interpret them!
(Potential) outliers can help us…
Point Estimate | Parameter |
---|---|
sample mean: \(\bar{x}\) | population mean: \(\mu\) |
sample standard deviation: \(s\) | population standard deviation: \(\sigma\) |