Five Number Summary and Measures of Spread
Five Number Summary
- Definition: A list of five key statistics that summarize a set of data. These values divide the data into four equal sections called quartiles.
- Components:
- Xmin: Minimum value
- Q1: Lower Quartile
- Q2: Median
- Q3: Upper Quartile
- Xmax: Maximum value
Example: Finding the Five Number Summary
- Data set: 3, 2, 8, 6, 1, 5, 3, 7, 6
- List the data in ascending order: 1, 2, 3, 3, 5, 6, 6, 7, 8
- Find the median (Q2): Median = 5
- Find Q1 (the median of the lower section):
- Lower section: 1, 2, 3, 3
- Q1=(2+3)/2=2.5
- Find Q3 (the median of the upper section):
- Upper section: 6, 6, 7, 8
- Q3=(6+7)/2=6.5
Measures of Spread
- Definition: Measures of spread describe how far data values are spread out from the center or from each other.
Minimum and Maximum Values
- Minimum Value: Xmin=1
- Maximum Value: Xmax=8
Range
- Definition: The range is a measure of how spread out a data set is.
- Formula: Range=X<em>max−X</em>min
Interquartile Range (IQR)
- Definition: The IQR measures the spread of the middle 50% of the data.
- Advantage: It is not affected by outliers, making it a more reliable measure of spread.
- Formula: IQR=Q<em>3−Q</em>1
Example: Finding the Range and IQR
- Data set: 2.1, 3.5, 3.9, 4.0, 4.7, 4.8, 5.2
- Five Number Summary:
- Xmin=2.1
- Q1=3.5
- Median=4.0
- Q3=4.8
- Xmax=5.2
- Range Calculation:
- Range=X<em>max−X</em>min=5.2−2.1=3.1
- IQR Calculation:
- IQR=Q<em>3−Q</em>1=4.8−3.5=1.3
Stem and Leaf Plot Example
- Key: 2 | 3 = 23
- Plot:
- 0 | 9
- 1 | 0 1 1 2 4 5 8 9
- 2 | 1 3 3 3 7 9
- 3 | 0 0 1 2 2