Crucial rule — WHY use the upper boundary?
For a less-than ogive, plot CF against the upper class boundary, not the midpoint. WHY? Because CFi counts everything below the upper boundary of class i — so the point (upper boundary,CFi) is the honest statement "this many values are below this x."
The curve starts at the lower boundary of the first class with CF =0 and rises to N.
Compute N/2 (use N/2, not(N+1)/2, for grouped/continuous data — see mistake below).
On the y-axis, mark N/2. Draw a horizontal line to the curve.
Drop a vertical line to the x-axis. Read the value → that's the median.
Twin-ogive method: Draw both the less-than and more-than ogives on the same axes. Where they intersect, drop a perpendicular to the x-axis — that x-value is the median.
The graph is a linear interpolation inside the median class. Let's derive it.
Let the median class be the class where CF first reaches or passes N/2. Inside that class, assume frequency is spread uniformly. Let:
L = lower boundary of median class
CFb = cumulative frequency of the class before the median class
f = frequency of the median class
h = class width
We need to go from CF =CFb (at x=L) up to N/2. The extra count needed is (2N−CFb). Since f observations are spread evenly across width h, each unit of x adds f/h to the count. So the horizontal distance to travel is:
What does the y-value of an ogive at x=30 literally mean?
Why do we use N/2 and not (N+1)/2?
In the twin-ogive method, what's special about the crossing point?
Derive the median formula from "count needed = N/2−CFb."
Answers: (1) number of observations less than 30. (2) Grouped data → smooth curve, halfway height. (3) less-than = more-than = N/2 → median. (4) Δx=(N/2−CFb)/(f/h), add to L.
Recall Feynman: explain to a 12-year-old
Imagine a queue of kids sorted shortest to tallest. "Cumulative frequency" is just counting "how many kids are shorter than this line I drew." If I keep drawing lines and counting, and plot it, I get a curve that always goes up. Now I want the middle kid. Half the kids is 20 (out of 40). So I go up the height axis to 20, walk right until I hit the curve, then look straight down — that height is the middle kid's height. Easy!
Dekho, cumulative frequency ka matlab simple hai: har class tak ka "running total". Yaani "kitne log iss value se KAM hain?" Jaise "40 se kam marks kitno ne laaye?" Table mein har CF = pichhla CF + current frequency. Last CF hamesha N (total) hota hai — yeh tumhara check hai ki galti to nahi hui.
Ab ogive ek graph hai: x-axis pe class ka upper boundary, y-axis pe cumulative frequency, aur points ko smooth curve se jodo. Yaad rakho — midpoint nahi, upper boundary use karna hai, kyunki CF "upper boundary se neeche kitne" batati hai. Curve hamesha upar ki taraf badhta hai, kyunki total sirf badh sakta hai.
Median nikalna graph se bahut easy: y-axis pe N/2 tak jao, right slide karke curve ko touch karo, phir seedhe neeche x-axis pe utaro — wahi median hai. Ya phir less-than aur more-than dono ogive banao, jahaan wo cross karti hain, wahi median. Median class wahi hai jiske andar CF pehli baar N/2 tak pahunchti hai (CF N/2 se neeche se upar jaati hai) — off-by-one galti se bacho! Example 1 mein CF 10 se 20 tak 20–30 class ke andar badhti hai, isliye median class 20–30 hai, 30–40 nahi.
Formula bhi yahi kaam karta hai: Median=L+fN/2−CFb×h. Isme graph ka interpolation hi chhupa hai — median class ke andar frequency ko uniformly maan ke, jitna count aur chahiye (N/2−CFb), utna aage badho. Board exam mein N/2 use karo (grouped data), (N+1)/2 nahi — yeh sabse common galti hai!