
Definition formulas and solved examples of measures of variation
The Mean Absolute Deviation Formula is a fundamental topic in statistics that helps students understand how much data points in a set vary from their average value. This concept is crucial for school-level mathematics, board exams like CBSE/ICSE, Olympiads, and competitive exams such as JEE, as well as for analyzing data in real-world situations involving business, science, or technology.
What is Mean Absolute Deviation?
Mean Absolute Deviation (MAD) is a measure of statistical dispersion. It calculates the average of the absolute differences between each data value and the mean (average) of the dataset. In simple words, it tells us, on average, how far each data point is from the mean. This makes it a handy tool to check for the variability or consistency of data and is less affected by extreme values compared to standard deviation. At Vedantu, we make learning such statistical concepts easy and student-friendly.
Mean Absolute Deviation Formula
The Mean Absolute Deviation Formula is used for both grouped and ungrouped data and represents the mean of the absolute differences from the dataset’s mean.
| Type of Data | Formula | Explanation of Terms |
|---|---|---|
| Ungrouped Data | \( MAD = \frac{\sum |x_{i} - \mu|}{n} \) |
|
| Grouped Data | \( MAD = \frac{\sum f_{i}|x_{i} - \bar{x}|}{\sum f_{i}} \) |
|
This formula helps in understanding how clustered or spread the data points are in a dataset. For a more detailed explanation of variance and dispersion, you can visit the Variance and Dispersion pages on Vedantu.
Step-by-Step Worked Examples
Example 1: Ungrouped Data
Find the Mean Absolute Deviation for this dataset: 12, 15, 18, 20, 23
- Calculate the mean: \( (12 + 15 + 18 + 20 + 23) / 5 = 88 / 5 = 17.6 \)
- Find the absolute deviation from the mean for each value:
- |12 - 17.6| = 5.6
- |15 - 17.6| = 2.6
- |18 - 17.6| = 0.4
- |20 - 17.6| = 2.4
- |23 - 17.6| = 5.4
- Add the absolute deviations: 5.6 + 2.6 + 0.4 + 2.4 + 5.4 = 16.4
- Divide by the number of data points:
- MAD = 16.4 / 5 = 3.28
So, the MAD for the set is 3.28.
Example 2: Grouped Data
Consider this frequency table:
| Class Interval | Frequency (\(f_i\)) |
|---|---|
| 10-20 | 5 |
| 20-30 | 8 |
| 30-40 | 12 |
| 40-50 | 10 |
- Find the mid-point of each class: 15, 25, 35, 45
- Calculate mean (\(\bar{x}\)):
- Sum = (5×15) + (8×25) + (12×35) + (10×45) = 75 + 200 + 420 + 450 = 1145
- Total frequency = 5 + 8 + 12 + 10 = 35
- Mean = 1145 / 35 ≈ 32.71
- Find absolute deviation for each class midpoint from the mean:
- |15 - 32.71| = 17.71
- |25 - 32.71| = 7.71
- |35 - 32.71| = 2.29
- |45 - 32.71| = 12.29
- Multiply each deviation by class frequency and sum:
- 5×17.71 = 88.55
- 8×7.71 = 61.68
- 12×2.29 = 27.48
- 10×12.29 = 122.90
- Total = 88.55 + 61.68 + 27.48 + 122.90 = 300.61
- Divide by total frequency: 300.61 / 35 ≈ 8.59
Therefore, MAD for the grouped data is approximately 8.59.
Practice Problems
- Find the MAD for the data set: 6, 8, 10, 12.
- Given the data set: 25, 24, 26, 23, 22, calculate its MAD.
- For the frequencies:
Score: 2, 4, 6, Frequency: 3, 5, 2
Find the MAD of the series. - In a class, the marks obtained by students in a test are: 15, 18, 17, 20, 15, 19. Find the MAD.
- Construct a grouped frequency table and compute MAD for data: 10, 11, 12, 13, 14, 15, 16, grouped in intervals of 2.
Common Mistakes to Avoid
- Forgetting to take the absolute value of the deviations (missing the modulus sign).
- Confusing MAD with variance or standard deviation formulas.
- Omitting to divide by the correct total: number of data points (ungrouped), total frequency (grouped).
- Not using class midpoints for grouped data.
Real-World Applications
Mean Absolute Deviation is used to measure the consistency of products in manufacturing, evaluate the stability of test scores among students, and analyze stock market volatility. For example, a company can use MAD to see how much product weights vary from the average, ensuring quality control. In daily life, you might use MAD to compare variability in travel times to school over a week.
In summary, the Mean Absolute Deviation Formula is a simple yet essential statistical tool for quantifying data variation. Understanding MAD helps students interpret data sets, solve exam problems efficiently, and relate concepts to real-world scenarios. To master MAD and other statistical measures, explore more resources and live classes at Vedantu, where complex topics are simplified for easy learning.
For more practice and theory, check out these Vedantu resources: Mean Absolute Deviation, Variance, and Standard Deviation.
FAQs on Statistical Measures Of Variation and Their Formulas
1. What are statistical measures of variation?
Statistical measures of variation are numerical values that describe how spread out or dispersed a data set is around its center. These measures show the degree of variability in data and are used along with measures of central tendency like mean and median.
Common measures of variation include:
- Range
- Interquartile Range (IQR)
- Variance
- Standard Deviation
2. What is the formula for range in statistics?
The formula for range is Range = Maximum value − Minimum value. It is the simplest measure of variation and shows the total spread of the data.
Steps to calculate range:
- Identify the largest value in the data set.
- Identify the smallest value in the data set.
- Subtract the smallest from the largest.
3. What is the formula for variance?
The formula for variance measures the average squared deviation from the mean and differs for population and sample data.
For a population:
σ² = Σ(x − μ)² / N
For a sample:
s² = Σ(x − x̄)² / (n − 1)
Where:
- x = each data value
- μ = population mean
- x̄ = sample mean
- N = population size
- n = sample size
4. What is the formula for standard deviation?
The standard deviation formula is the square root of variance and measures the average distance of data from the mean.
For a population:
σ = √[Σ(x − μ)² / N]
For a sample:
s = √[Σ(x − x̄)² / (n − 1)]
Standard deviation is widely used because it is in the same units as the data, making interpretation easier.
5. How do you calculate variance step by step?
To calculate variance, find the average of the squared differences from the mean.
Steps:
- Find the mean (x̄).
- Subtract the mean from each data value.
- Square each difference.
- Add all squared differences.
- Divide by n − 1 (sample) or N (population).
- Mean = 4
- Squared differences = 4, 0, 4
- Sum = 8
- Variance = 8 / (3 − 1) = 4
6. What is the difference between variance and standard deviation?
The key difference is that variance is the average of squared deviations, while standard deviation is the square root of variance.
Comparison:
- Variance: Measured in squared units.
- Standard Deviation: Measured in original units.
- Standard deviation is easier to interpret in real-life data analysis.
7. What is the interquartile range (IQR) formula?
The interquartile range formula is IQR = Q3 − Q1, where Q3 is the third quartile and Q1 is the first quartile.
It measures the spread of the middle 50% of data and reduces the effect of outliers.
Example: If Q1 = 10 and Q3 = 18, then IQR = 18 − 10 = 8.
8. Why is standard deviation considered a better measure of variation?
Standard deviation is considered better because it uses all data values and is expressed in the same units as the data.
Reasons:
- Based on every observation in the dataset.
- Useful in normal distribution and inferential statistics.
- Helps compare variability between datasets.
9. Can you give an example of calculating standard deviation?
Yes, standard deviation can be calculated by taking the square root of the variance.
Example (sample data 2, 4, 6):
- Mean = 4
- Squared differences = 4, 0, 4
- Sum = 8
- Variance = 8 / (3 − 1) = 4
- Standard deviation = √4 = 2
10. What is the coefficient of variation formula?
The coefficient of variation (CV) formula is CV = (Standard Deviation / Mean) × 100%.
It measures relative variability and allows comparison between datasets with different units or means.
Example: If mean = 50 and standard deviation = 5, then CV = (5 / 50) × 100% = 10%.
A lower coefficient of variation indicates more consistency in the data.





















