Each class interval is represented by its class mark (midpoint), and frequency indicates how many observations fall in that interval.
Concept Visualization
Methods to Find Mean
- Direct Method
- Assumed Mean Method
- Step Deviation Method
Direct Method
This method directly uses class marks and frequencies. It is best suited when values are small and calculations are manageable.
- Find class marks \(x_i\)
- Compute \(f_i x_i\)
- Apply formula
Assumed Mean Method
A suitable assumed mean \(a\) is taken to simplify calculations by reducing large numbers.
- Choose \(a\) near central class
- Compute deviations \(d_i\)
- Multiply with frequencies
Step Deviation Method
This method is highly efficient when class intervals are equal and values are large.
- Find class width \(h\)
- Compute \(u_i\)
- Apply simplified formula
| Class Interval | Frequency |
|---|---|
| 10–20 | 5 |
| 20–30 | 9 |
| 30–40 | 14 |
| 40–50 | 8 |
- \[x_i = 15, 25, 35, 45\]
- \[\begin{aligned} \sum f_i x_i &= 5(15) + 9(25) + 14(35) + 8(45) \\&= 1150 \end{aligned}\]
- \[\begin{aligned}\sum f_i &=5+9+14+8\\&= 36\end{aligned}\]
- \[\begin{aligned} \overline{x} &= \frac{1150}{36} \\&\approx 31.94 \end{aligned}\]
The grouped mean formula originates from the basic definition:
\[ \overline{x} = \frac{\text{Sum of observations}}{\text{Number of observations}} \]Since exact values are unknown, each class is represented by its midpoint, leading to:
\[ \overline{x} = \frac{\sum f_i x_i}{\sum f_i} \]Common Mistakes
A survey records marks of students in grouped form. The school wants to analyze overall performance efficiently.
Question: Which method is most efficient and why?
Answer Insight:
Step deviation method is most efficient because it simplifies calculations by scaling deviations, reducing computational complexity in large datasets.