The three measures of central tendency tell us where the "center" of a dataset lives. Each answers a different question: mean is the arithmetic average, median is the middle value when sorted, and mode is the most frequent value. Understanding when to use each and how they differ for raw vs. grouped data is crucial for interpreting real-world datasets.
When data is organized into class intervals (e.g., 0-10, 10-20), we can't see individual values. We use class marks (midpoints) and frequencies (counts).
Imagine you and4 friends got these chocolate bars:2, 3, 5, 6 and 9 bars.
Mean (average): If you pooled all chocolates (2+3+5+6+9 = 25) and shared equally, everyone gets 25÷5 = 5 bars. It's fair, but if one friend got 100 bars (lucky!), suddenly the average becomes 20, even though most of you still have fewer than 10. Mean is pulled by extremes.
Median (middle): Line up in order: {2, 3, 5, 6, 9}. The person in the middle has 5 bars. Even if the last friend had 1000 bars, the middle person still has 5. Median doesn't care about extremes!
Mode (most popular): If 3 friends had 5 bars,1 had 2, 1 had 9, then 5 is the mode—it appears most. It tells you what's "normal" in your group.
For grouped data (like "5 friends have 0-5 bars, 3 friends have 5-10 bars"), you can't see exact numbers. So you pretend everyone in the 0-5 group has 2.5 bars (the middle of0 and 5) and calculate. It's like estimating!
What is the formula for mean of raw data? :: xˉ=n∑xi where n is the count of observations.
How do you find the median for an odd number of raw data values?
Sort the data, then pick the (2n+1)th term.
How do you find the median for an even number of raw data values?
Sort the data, then average the (2n)th and (2n+1)th terms.
What is the mode of a dataset?
The value that appears most frequently. A dataset can have no mode, one mode, or multiple modes (e.g., bimodal if two values tie for highest frequency).
What is the class mark (midpoint) of a class interval 30-40?
230+40=35
Formula for mean of grouped data?
xˉ=N∑f⋅x where f is frequency, x is class mark, N is total frequency.
Formula for median of grouped data?
Median=L+(f2N−CF)×h where L is lower boundary of median class, CF is cumulative frequency before it, f is its frequency, h is class width.
How do you identify the median class in grouped data?
Find the class where cumulative frequency first equals or exceeds 2N.
Formula for mode of grouped data?
Mode=L+(2f1−f0−f2f1−f0)×h where L is lower boundary of modal class, f1 is its frequency, f0 is before, f2 is frequency after, h is class width.
How do you identify the modal class?
The class with the highest frequency.
Why must you sort data before finding the median?
Median is defined as the middle value in ordered data; without sorting, you cannot identify the true middle position.
Why do we use class marks instead of class boundaries for mean in grouped data?
We assume all values in a class are uniformly distributed, so the midpoint (class mark) is the best estimate of the typical value in that class.
If mean< median < mode, the distribution is __ skewed.
Left-skewed (negatively skewed).
If mean > median > mode, the distribution is ___ skewed.
Right-skewed (positively skewed).
Why is median better than mean for data with outliers?
Median depends only on the middle position(s), not actual values, so extreme outliers don't distort it.
Dekho yaar, central tendency ka matlab hai dataset ka "center" kahan hai — aur yahan sabse important baat ye hai ki humein teen alag-alag averages ki zaroorat kyun padti hai. Mean total ko sabme barabar baant deta hai, lekin ye extreme values (outliers) se kheench jaata hai. Jaise agar ek student ne 95 marks laaye aur baaki 60-70 range mein hain, toh mean upar chala jaata hai. Median middle wala value hota hai jab data sort kiya jaaye — ye outliers ko ignore karta hai, isliye zyada "resistant" hai. Aur mode batata hai ki sabse frequent ya "typical" value kaun si hai. Har dataset ki apni shape hoti hai, isliye ek hi average pe bharosa karna galat ho sakta hai.
Calculation ka logic simple hai — mean ke liye saare values ka sum karke count se divide karo (matlab total ko equally distribute karna). Median ke liye pehle data ko ascending order mein sort karo, phir odd count hone par middle term le lo, aur even count hone par do middle terms ka average nikaalo — kyunki tab ek single middle value hoti hi nahi. Mode ke liye bas frequencies count karo aur jo sabse zyada baar aaye wo mode. Yaad rakhna, kabhi-kabhi do values tie ho jaati hain (bimodal), toh dono ko mode maanenge.
Ab grouped data mein thoda twist hai — jab data class intervals (jaise 0-10, 10-20) mein diya ho, tab humein individual values dikhti hi nahi. Isliye har class ka class mark (midpoint = lower+upper limit ka average) nikaalte hain aur usko us class ki frequency se multiply karte hain. Ye isliye important hai kyunki real-world mein zyadatar data grouped form mein hi milta hai — survey results, exam scores ki ranges, income brackets sab. Toh in dono cases (raw aur grouped) ko samajhna aapke liye practical data interpret karne mein bahut kaam aayega, aur exams mein bhi ye topic guaranteed aata hai.