The two examples below compare a data set without an extreme value to one with an extreme value, showing how each measure responds.
Example: Effect of an extreme value on center
Dataset A:4,6,7,8,10
Ordered: 4,6,7,8,10.
Mean: xˉ=54+6+7+8+10=535=7.
Median: the 3rd value in the ordered list =7.
Mode: all values are unique, so there is no mode.
Dataset B:4,6,7,8,100 (replace 10 with an extreme value)
Mean: 54+6+7+8+100=5125=25.
Median: the 3rd value is still 7.
Mode: no mode.
Answer: Dataset A - Mean =7, Median =7, no mode. Dataset B - Mean =25, Median =7, no mode.
Measures of spread
Measures of spread describe how much the values in a data set vary around the center. For the Praxis, focus on range, interquartile range, and standard deviation. Introductory statistics courses go deeper into variance and its role.
Example: Computing range and IQR
4,6,7,8,10
To find the interquartile range (IQR), start by ordering the data and identifying the median, which is 7. Then split the data into a lower half and an upper half around the median.
Because n=5 is odd, we use the exclusive method: exclude the median (7) before splitting.
The lower half is 4,6, so the first quartile Q1 is the average of those two values: 24+6=210=5.
The upper half is 8,10, so the third quartile Q3 is 28+10=218=9.
The IQR is then calculated as Q3−Q1=9−5=4.
Answer:4
Example: Computing standard deviation
4,6,7,8,10
Mean =7. Squared deviations: (−3)2+(−1)2+02+12+32=9+1+0+1+9=20.
Variance: σ2=520=4.
Standard deviation: σ=4=2.
Answer:2
Choosing the right measure
Now that you know how to compute both center and spread, here’s a guide for deciding which measure to use in a given situation.
Situation
Best measure of center
Best measure of spread
Why
Categorical data (e.g., favorite color)
Mode
Not applicable
Mean and median cannot be calculated, only mode makes sense.
Numerical data, no extreme values, symmetric
Mean
Standard deviation
Uses all values, accurate for well-behaved data.
Numerical data, no extreme values, skewed
Median
IQR
Median resists skew, IQR ignores extremes.
Numerical data with extreme values (outliers)
Median
IQR
Both are resistant to outliers, mean and standard deviation would be distorted.
Small data set
Median
Range or IQR
Range is quick to compute; IQR is still appropriate. Because range is sensitive to outliers, use IQR if any extreme values are present.
Effects of transformations
When a constant c is added to each value in a data set, the mean, median, and mode all increase by c. Measures of spread such as the range, interquartile range (IQR), and standard deviation stay the same, because the distances between values don’t change.
When each data value is multiplied by a positive constant k, the mean, median, and mode are all multiplied by k. The range, IQR, and standard deviation are also multiplied by k, because all distances are scaled by the same factor.
Always order data before computing median or quartiles.
Use mean for balanced average but exercise caution with extreme values.
Use median when distribution is skewed or contains extreme values.
Mode is useful for categorical or discrete data.
Range gives quick sense of total spread but is sensitive to extremes.
IQR focuses on central spread ignoring extremes.
Standard deviation quantifies average deviation from the mean.
Remember how transformations affect each measure.
Sign up for free to take 5 quiz questions on this topic
The two examples below compare a data set without an extreme value to one with an extreme value, showing how each measure responds.
Example: Effect of an extreme value on center
Dataset A:4,6,7,8,10
Ordered: 4,6,7,8,10.
Mean: xˉ=54+6+7+8+10=535=7.
Median: the 3rd value in the ordered list =7.
Mode: all values are unique, so there is no mode.
Dataset B:4,6,7,8,100 (replace 10 with an extreme value)
Mean: 54+6+7+8+100=5125=25.
Median: the 3rd value is still 7.
Mode: no mode.
Answer: Dataset A - Mean =7, Median =7, no mode. Dataset B - Mean =25, Median =7, no mode.
Measures of spread
Measures of spread describe how much the values in a data set vary around the center. For the Praxis, focus on range, interquartile range, and standard deviation. Introductory statistics courses go deeper into variance and its role.
Example: Computing range and IQR
4,6,7,8,10
To find the interquartile range (IQR), start by ordering the data and identifying the median, which is 7. Then split the data into a lower half and an upper half around the median.
Because n=5 is odd, we use the exclusive method: exclude the median (7) before splitting.
The lower half is 4,6, so the first quartile Q1 is the average of those two values: 24+6=210=5.
The upper half is 8,10, so the third quartile Q3 is 28+10=218=9.
The IQR is then calculated as Q3−Q1=9−5=4.
Answer:4
Example: Computing standard deviation
4,6,7,8,10
Mean =7. Squared deviations: (−3)2+(−1)2+02+12+32=9+1+0+1+9=20.
Variance: σ2=520=4.
Standard deviation: σ=4=2.
Answer:2
Choosing the right measure
Now that you know how to compute both center and spread, here’s a guide for deciding which measure to use in a given situation.
Situation
Best measure of center
Best measure of spread
Why
Categorical data (e.g., favorite color)
Mode
Not applicable
Mean and median cannot be calculated, only mode makes sense.
Numerical data, no extreme values, symmetric
Mean
Standard deviation
Uses all values, accurate for well-behaved data.
Numerical data, no extreme values, skewed
Median
IQR
Median resists skew, IQR ignores extremes.
Numerical data with extreme values (outliers)
Median
IQR
Both are resistant to outliers, mean and standard deviation would be distorted.
Small data set
Median
Range or IQR
Range is quick to compute; IQR is still appropriate. Because range is sensitive to outliers, use IQR if any extreme values are present.
Effects of transformations
When a constant c is added to each value in a data set, the mean, median, and mode all increase by c. Measures of spread such as the range, interquartile range (IQR), and standard deviation stay the same, because the distances between values don’t change.
When each data value is multiplied by a positive constant k, the mean, median, and mode are all multiplied by k. The range, IQR, and standard deviation are also multiplied by k, because all distances are scaled by the same factor.