top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S7-SA3-0334

What is the Step Deviation Method for Mean?

Grade Level:

Class 12

AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics

Definition
What is it?

The Step Deviation Method is a shortcut used to calculate the arithmetic mean for grouped data, especially when the class intervals are equal and the midpoints (class marks) are large. It simplifies calculations by converting large values into smaller, easier-to-handle numbers, making it faster to find the average.

Simple Example
Quick Example

Imagine you have marks of students in a class. Instead of adding all large marks directly, this method helps you pick a 'middle' mark, see how far other marks 'deviate' from it in steps, and then use these smaller step values to find the average easily. It's like finding an average change from a reference point.

Worked Example
Step-by-Step

Let's find the mean daily pocket money of students using the Step Deviation Method.

Daily Pocket Money (Rs.): 0-10, 10-20, 20-30, 30-40, 40-50
Number of Students (Frequency, f): 5, 8, 12, 10, 5

1. Calculate Class Mark (x) for each interval:
x = (Lower Limit + Upper Limit) / 2
For 0-10: x = (0+10)/2 = 5
For 10-20: x = (10+20)/2 = 15
For 20-30: x = (20+30)/2 = 25
For 30-40: x = (30+40)/2 = 35
For 40-50: x = (40+50)/2 = 45
---2. Choose an Assumed Mean (A) from the class marks. Let A = 25.
---3. Calculate Deviation (d) = x - A:
For x=5: d = 5 - 25 = -20
For x=15: d = 15 - 25 = -10
For x=25: d = 25 - 25 = 0
For x=35: d = 35 - 25 = 10
For x=45: d = 45 - 25 = 20
---4. Find the Class Size (h). Here, h = 10 (e.g., 10-0 or 20-10).
---5. Calculate Step Deviation (u) = d / h:
For d=-20: u = -20 / 10 = -2
For d=-10: u = -10 / 10 = -1
For d=0: u = 0 / 10 = 0
For d=10: u = 10 / 10 = 1
For d=20: u = 20 / 10 = 2
---6. Calculate f * u for each class:
5 * (-2) = -10
8 * (-1) = -8
12 * 0 = 0
10 * 1 = 10
5 * 2 = 10
---7. Calculate Sum of f (Sigma f) and Sum of f*u (Sigma f*u):
Sigma f = 5 + 8 + 12 + 10 + 5 = 40
Sigma f*u = -10 + (-8) + 0 + 10 + 10 = 2
---8. Use the formula: Mean = A + [(Sigma f*u) / (Sigma f)] * h
Mean = 25 + [2 / 40] * 10
Mean = 25 + [0.05] * 10
Mean = 25 + 0.5
Mean = 25.5

The mean daily pocket money is Rs. 25.5.

Why It Matters

Understanding averages is crucial in many fields. In AI/ML, it helps analyze large datasets for patterns. In FinTech, it's used to calculate average returns on investments. Even in Medicine, average patient recovery times are calculated using similar methods, helping doctors make informed decisions.

Common Mistakes

MISTAKE: Forgetting to divide by 'h' (class size) when calculating 'u' or multiplying by 'h' at the end. | CORRECTION: Remember the formula for 'u' is d/h, and the final formula for mean has a multiplication by 'h' outside the bracket.

MISTAKE: Choosing an Assumed Mean (A) that is not a class mark. | CORRECTION: Always select 'A' from the calculated class marks (midpoints) for simpler calculations, preferably the middle one.

MISTAKE: Making sign errors (plus/minus) while calculating deviations 'd' or 'f*u'. | CORRECTION: Be very careful with positive and negative signs. (x - A) can be negative, zero, or positive.

Practice Questions
Try It Yourself

QUESTION: Find the step deviation 'u' if deviation 'd' is 30 and class size 'h' is 10. | ANSWER: u = 3

QUESTION: For a dataset, Assumed Mean (A) = 50, Sigma f*u = 15, Sigma f = 30, and Class Size (h) = 5. Calculate the Mean. | ANSWER: Mean = 52.5

QUESTION: A survey recorded the number of hours students spend studying per week:
Hours: 0-5, 5-10, 10-15, 15-20
Number of Students: 4, 6, 8, 2
Calculate the mean study hours using the Step Deviation Method. | ANSWER: Mean = 9.75 hours

MCQ
Quick Quiz

What is the formula for calculating 'u' (step deviation) in the Step Deviation Method?

u = x - A

u = d / h

u = f * x

u = A + d

The Correct Answer Is:

B

The step deviation 'u' is calculated by dividing the deviation 'd' by the class size 'h'. This simplifies the values for easier calculation.

Real World Connection
In the Real World

Imagine a meteorologist in India tracking average daily temperatures across different cities. They might use the Step Deviation Method to quickly calculate the mean temperature from grouped data (e.g., temperatures between 20-25°C, 25-30°C). This helps them understand climate patterns and forecast weather for farmers or disaster management teams, making complex data easier to manage and interpret.

Key Vocabulary
Key Terms

ASSUMED MEAN: A central value chosen from the class marks to simplify calculations | DEVIATION: The difference between a class mark and the assumed mean (d = x - A) | CLASS SIZE: The width of a class interval (e.g., 10-20 has a class size of 10) | CLASS MARK: The midpoint of a class interval | FREQUENCY: The number of times a particular value or item occurs in a dataset

What's Next
What to Learn Next

Now that you've mastered the Step Deviation Method, you're ready to explore other measures of central tendency like the Median and Mode. These concepts will further equip you to analyze data effectively and understand its distribution in various real-world scenarios.

bottom of page