Dispersion Parameters: Range, Variance, Standard Deviation, Quartiles, and IQR
An average shows the center. Dispersion parameters show how close or far apart values are. You need both for the full picture.
Dispersion Parameters:
See How Data Spreads
An average shows the center. Dispersion parameters show how close or far apart values are. You need both for the full picture.
A friendly guide to range, variance, standard deviation, quartiles, and IQR.
On this page
What are dispersion parameters? Why spread matters Range Variance Standard deviation Quartiles and IQR Useful comparisons Full example Common mistakes QuestionsWhat are dispersion parameters?
Dispersion parameters are measures of dispersion, also called measures of variability. They show how much the values in a data set spread out around a central value such as the mean or median.
Two groups can share an average score of 70, while one stays close to 70 and the other has low and high scores. Dispersion parameters reveal that difference.
This guide covers range, variance, standard deviation, quartiles, and interquartile range. Some use every value. Others focus on the middle part so unusual values matter less.
Mean and median help show where the center of the data sits.
Range, IQR, variance, and standard deviation show how far values sit from that center or from each other.
Why measures of spread matter
Measures of variability show whether results are steady or mixed. A small spread means values stay close together. A large spread means they differ more. This matters when comparing class scores, practice times, or waiting times.
Two running groups can share the same average time, while one group finishes close together and the other varies widely. Dispersion reveals that difference.
Range in statistics: the simplest measure
The range is the distance between the highest and lowest values in a data set. It is one of the quickest ways to describe spread.
A group records the minutes they spent reading one evening: 14, 18, 21, 24, and 29. The highest value is 29. The lowest value is 14. The range is 15 minutes.
This means the reading times cover a gap of 15 minutes. It gives a quick first look at the data.
Strength and limit of the range
Range is easy because it only needs two values. Its weakness is that it ignores the middle and can change sharply when one unusual value appears.
Variance in statistics: squared distance from the mean
Variance uses every value to measure spread around the mean. It is more detailed than range.
For 6, 8, 10, 12, and 14, the mean is 10. The distances from the mean are four, two, zero, two, and four. Squaring them gives 16, 4, 0, 4, and 16. Their average is 8, the variance.
- Find the mean of the data.
- Find the distance of each value from the mean.
- Square each distance so every result is positive and larger gaps matter more.
- Find the average of those squared distances.
Variance is useful in statistical work, but it can feel less natural because its unit is squared. This is why people often explain standard deviation instead.
Standard deviation explained
Standard deviation is closely linked to variance. It is the square root of variance. The helpful part is that standard deviation returns to the same unit as the original data.
For example, when data records test points, the standard deviation is also stated in points. When data records minutes, the standard deviation is stated in minutes. This makes it easier to explain to readers who do not need the details of the calculation.
A small standard deviation means most values stay near the mean. A large standard deviation means the values are more spread out. It is often used to compare how consistent two groups are.
Most values sit close to the mean. Results are more consistent.
Values sit farther from the mean. Results show more variety.
Variance vs standard deviation
Both measures describe spread around the mean. Variance keeps the distances squared. Standard deviation takes the square root so the result uses the original unit. Variance is useful inside many statistical calculations. Standard deviation is usually easier to discuss in a report or classroom example.
Quartiles and interquartile range
Quartiles divide ordered data into four parts that are as equal as possible. Before finding quartiles, always arrange the values from smallest to largest.
Q1 marks the lower quarter of the data. About 25 percent of values sit below it. Q2 is the median, so it marks the halfway point. Q3 marks the upper quarter, with about 75 percent of values below it.
For the ordered scores 3, 5, 6, 8, 9, 11, 13, 14, and 16, the median is 9. Q1 sits in the lower group and Q3 sits in the upper group. Use one consistent method when working with small data sets.
Interquartile range, or IQR
The interquartile range measures the spread of the middle half of a data set. It is found by subtracting Q1 from Q3.
IQR is helpful when there are unusually high or low values. Because it focuses on the middle 50 percent, extreme values at the ends have less influence. That makes IQR a strong choice when data includes outliers.
Range vs IQR, and variance vs standard deviation
These measures work well together, but they do not tell the same story.
| Measure | What it uses | Outlier effect | Best for |
|---|---|---|---|
| Range | Only the lowest and highest values | Can be strong | A quick view of the full gap |
| Interquartile range | The middle 50 percent of values | Usually smaller | Data with unusual values |
| Variance | Every squared distance from the mean | Can be strong | Statistical calculation and analysis |
| Standard deviation | Every distance from the mean, expressed in the original unit | Can be strong | Explaining typical spread |
Range only looks at the two ends. Standard deviation considers every value. IQR is often useful when extreme values may distort a summary.
Population and sample spread
A population is the full group you want to understand. A sample is a smaller part of that group.
Spread can be calculated for either one. Sample calculations use a small adjustment because the sample only estimates the wider population.
Full example: practice time at a school club
Ten learners recorded how many minutes they practiced a new skill during one session. Their times were already placed in order.
Practice minutes
Mean: The total time is 260 minutes. Dividing by 10 gives a mean of 26 minutes.
Range: The highest time is 38 minutes and the lowest time is 18 minutes. The range is 20 minutes.
Median: The two middle values are 25 and 26. Their middle point is 25.5 minutes.
Quartiles: The lower half has a middle value of 22, so Q1 is 22. The upper half has a middle value of 29, so Q3 is 29.
Interquartile range: Q3 minus Q1 is 7 minutes. The middle half of the group spread across 7 minutes.
Variance and standard deviation: When these ten times are treated as the full group, the variance is 29.4 minutes squared and the standard deviation is about 5.4 minutes. That suggests practice times usually sit a few minutes away from the mean, with 38 minutes adding a little extra spread.
Range shows the total gap. IQR shows the middle gap. Standard deviation considers every value.
Common mistakes to avoid
- Thinking matching averages mean matching groups: Two groups can share a mean and still have very different amounts of spread.
- Using only the range: It is quick, but it ignores almost all values in the middle.
- Forgetting the effect of outliers: Extreme values can make the range and standard deviation much larger.
- Confusing variance with standard deviation: They are connected, but variance uses squared units while standard deviation uses the original unit.
- Finding quartiles before sorting: Quartiles only make sense after values are in order.
- Assuming a small spread is always better: It shows consistency, but whether that is good depends on the question.
How dispersion parameters work with location parameters
Location parameters show the center. Mean shows the average, median shows the middle, and mode shows the most common value. Dispersion parameters show the spread around that center.
Using both gives a stronger summary. An average of 70 with tightly grouped scores tells a different story from the same average with wide spread.
Frequently asked questions
They show how close together or far apart values are. Range, variance, standard deviation, and IQR are common examples.
What is the difference between variance and standard deviation?Variance uses squared distances. Standard deviation returns to the original unit of the data.
When should I use the interquartile range?Use IQR when unusual values are present and you want to focus on the middle half of the data.
Read the center, then read the spread
Dispersion parameters help you see what an average may hide. Range shows the full gap. Variance and standard deviation show distance from the mean. Quartiles and IQR explain the middle section. Together, they help you understand data with more care.
Original educational article with self contained animation and no external assets.