Suppose 40 students take a 100-mark mathematics test. Listing individual scores like 34, 78, 56, 92... gives zero immediate insight into overall performance. To extract meaning, we condense raw observations into manageable chunks called Class Intervals (e.g., $0-10, 10-20, 20-30\dots$).
A continuous class interval $[a, b)$ is characterized by three fundamental properties:
- Lower Class Limit ($a$): The smallest value that can fall within the interval.
- Upper Class Limit ($b$): The greatest boundary value of the interval.
- Class Width / Size ($h$): The difference between the upper and lower limits: $$h = \text{Upper Limit} - \text{Lower Limit} = b - a$$
- Class Mark / Midpoint ($x_i$): The central value representing the entire class: $$x_i = \frac{\text{Upper Class Limit} + \text{Lower Class Limit}}{2} = \frac{a + b}{2}$$
Exclusive (Continuous) vs Inclusive (Discontinuous) Series:
| Feature | Exclusive / Continuous Series | Inclusive / Discontinuous Series |
|---|---|---|
| Interval Pattern | $10-20, 20-30, 30-40$ | $11-20, 21-30, 31-40$ |
| Continuity | Upper limit of one class = Lower limit of next class. | A gap of 1 unit exists between successive classes. |
| Graphical Usability | Directly usable for Histograms. | Must be converted by subtracting $0.5$ from lower limits and adding $0.5$ to upper limits! |
Problem: The lengths of 40 leaves of a plant are measured in millimeters: $118-126, 127-135, 136-144, 145-153$. Convert these into continuous intervals suitable for a histogram.
Step 1 (Find the Gap): Gap between upper limit of 1st class ($126$) and lower limit of 2nd class ($127$) is $127 - 126 = 1\text{ mm}$.
Step 2 (Calculate Half-Correction Factor): $\frac{1}{2} = 0.5\text{ mm}$.
Step 3 (Apply to Limits): Subtract $0.5$ from each lower limit, add $0.5$ to each upper limit:
- $118 - 0.5$ to $126 + 0.5$ → $117.5 - 126.5$
- $127 - 0.5$ to $135 + 0.5$ → $126.5 - 135.5$
- $136 - 0.5$ to $144 + 0.5$ → $135.5 - 144.5$
- $145 - 0.5$ to $153 + 0.5$ → $144.5 - 153.5$
In a continuous distribution with intervals $10-20$ and $20-30$, which interval does an observation of exactly $20$ belong to?
Rule: By mathematical convention in exclusive series, an observation equal to the upper limit is strictly excluded from that interval and belongs to the next interval as its lower limit. Therefore, $20$ belongs strictly to $20-30$, never to $10-20$!
In modern sports analytics, cricket broadcasters group bowler delivery speeds into continuous speed bands (e.g. $135.0-139.9\text{ km/h}, 140.0-144.9\text{ km/h}$) to track fast-bowler stamina throughout a 5-day Test match.