Overview
Introduction: This chapter introduces the three principal measures of central tendency — arithmetic mean, median and mode — which summarise a distribution by a single representative value. It covers computation methods for ungrouped (individual) data and grouped (frequency) data, including direct and step-deviation methods for the mean, and formula-based methods for median and mode from a frequency distribution. Importance: Measures of central tendency are essential in Economics to describe typical values (e.g. average income, typical consumption), compare groups, summarise large data sets and support policy decisions. Key themes: definitions and intuition for each measure; formulas and stepwise procedures for ungrouped and grouped data; combined mean for pooled samples; partition values (quartiles, deciles, percentiles); properties, merits and limitations of each measure; and guidance on when to use mean, median or mode. What the student will learn: how to compute arithmetic mean (direct and step-deviation), median and mode for both ungrouped and grouped data; how to find combined mean of two samples; how to compute partition values (Qk, Dk, Pk) from grouped distributions; key…
Learning Objectives
- Define arithmetic mean, median and mode for ungrouped (raw) and grouped (frequency) data.
- Explain the merits and limitations of mean, median and mode in describing central tendency.
- Calculate the arithmetic mean for raw data using the direct (ordinary) method.
- Compute the arithmetic mean for large or grouped data using the assumed mean and step‑deviation methods.
- Determine the median for discrete data and for continuous (grouped) data using cumulative frequency.
- Find the mode for grouped data by identifying the modal class and applying the modal class formula.
- Apply the empirical relation among mean, median and mode to estimate a missing measure when appropriate.
- Calculate combined mean (weighted mean) for two or more groups and use weights for unequal importance.
Topics in this chapter
8 topics · tap a topic title to jump straight to it.
Introduction to Measures of Central Tendency
Introduction to Measures of Central Tendency
Key Point: Arithmetic mean (ungrouped): \u03BC = (\u2211x_i)/n where x_i are observations and n is number of observations.
What are measures of central tendency?
Measures of central tendency are statistical values that describe a central or typical value for a probability distribution or a data set. They summarize a large set of observations by a single representative number that indicates where the middle or center of the data lies.
Why they are important (Economics context):
- Help summarize incomes, prices, production, exam scores, etc., into a single representative value.
- Useful for policy decisions, comparisons between groups, and identifying typical behavior.
Main measures:
- Arithmetic Mean (Average): Sum of all observations divided by the number of observations. It uses every value and is useful when values are quantitative and not heavily skewed.
- Median: The middle value when observations are arranged in ascending (or descending) order. It divides the distribution into two equal parts and is resistant to extreme values (outliers).
- Mode: The most frequently occurring value(s) in the data. Useful for categorical data and to identify common/typical categories.
Interpretation and selection:
- If the distribution is symmetric and has no extreme values, the mean is a good representative; mean ≈ median ≈ mode.
- For skewed distributions (e.g., incomes), the median often gives a better idea of a "typical" value because it is not affected by extremes.
- For categorical or discrete data where frequency matters (e.g., most preferred product size), the mode is informative.
Properties (brief):
- Mean uses all observations; influenced by extreme values.
- Median depends only on order; unaffected by magnitude of extremes.
- Mode depends on frequency; a distribution can be unimodal, bimodal or multimodal.
Limitations:
- Mean is not suitable for highly skewed data or when data contain outliers.
- Median ignores values except their order; not useful for algebraic manipulation like sum of deviations = 0 property of mean.
- Mode may be non-unique or unstable for small samples.
Empirical relation (for moderately skewed, unimodal distributions): Mode ≈ 3 × Median − 2 × Mean (approximate).
How to compute (overview):
- Mean (ungrouped data): Add all observations and divide by n.
- Mean (grouped data): Use class mid-points multiplied by class frequencies, then divide by total frequency.
- Median (ungrouped): Sort data; if n odd take (n+1)/2 th value, if n even average the n/2 and (n/2 + 1)th values.
- Median (grouped): Locate median class (cumulative frequency ≥ N/2) and apply the interpolation formula for class intervals.
- Mode (ungrouped): The value with highest frequency. For grouped data, find modal class and apply grouped-data mode formula (interpolation).
These measures are the foundation for many other statistical analyses in economics, such as measures of dispersion, inequality analysis (comparing means and medians), and summarizing survey data.
- Mean: Average monthly income of 10 households = (sum of incomes)/10 — useful to estimate per-household income but can be distorted by a few very rich households.
- Median: If you arrange house prices in a locality and pick the middle value, that median price shows a typical house price unaffected by a few extremely expensive properties.
- Mode: Most common shoe size sold in a shop — useful for stocking inventory because mode indicates highest demand.
- Grouped-data example: A classwise frequency distribution of marks (0–10, 10–20, ...) — median and mode can be estimated using class intervals to summarize student performance.
- \[Arithmetic mean (ungrouped): \u03BC = (\u2211x_i)/n where x_i are observations and n is number of observations.\]
- \[Arithmetic mean (grouped): \u03BC = (\u2211 f_j m_j)/N where f_j is class frequency\]\[m_j is class midpoint\]\[and N = \u2211 f_j.\]
- \[Assumed mean method (grouped): \u03BC = a + (\u2211 f_j d_j)/N where a = assumed mean\]\[d_j = (m_j - a)/h\]\[h = class width.\]
- \[Median (ungrouped): Sort data\]\[If n odd: median = value at (n+1)/2\]\[if n even: median = average of values at n/2 and (n/2 + 1).\]
- \[Median (grouped): Median = l + [(N/2 - C)/f] * h where l = lower boundary of median class\]\[N = total frequency\]\[C = cumulative frequency before median class\]\[f = frequency of median class\]\[h = class width.\]
- \[Mode (ungrouped): Value(s) with highest frequency.\]
Arithmetic Mean
Arithmetic Mean
Key Point: Ungrouped data: x̄ = Σx / n, where Σx is sum of observations and n is number of observations.
Definition: The arithmetic mean (or simply mean) of a set of observations is the sum of all observations divided by the number of observations. It is the most commonly used measure of central tendency and represents the average value of the data.
Computation (brief):
- For ungrouped (raw) data: mean = (sum of observations) / (number of observations).
- For grouped data (discrete or continuous): replace each class by its class mark (midpoint), multiply class marks by their frequencies, sum those products and divide by total frequency.
- Weighted mean: when observations have unequal importance (weights), mean = (sum of weight × observation) / (sum of weights).
Properties and useful results:
- The sum of deviations of observations from their arithmetic mean is zero: Σ(x - x̄) = 0.
- Effect of adding a constant k to every observation: new mean = x̄ + k.
- Effect of multiplying every observation by constant k: new mean = k·x̄.
- Combined mean of two samples: weighted by sample sizes.
- Mean is sensitive to extreme values (outliers); it is not a resistant measure.
Relevance in Economics (Class 11 context): Arithmetic mean is used to find average income, per capita measures, average expenditure, average marks, price indexes (as weighted means), and other summary figures that help describe an economic phenomenon for a group.
- Ungrouped data (marks): Marks = {45, 55, 65, 70}. Mean = (45 + 55 + 65 + 70) / 4 = 235 / 4 = 58.75.
- Grouped data (income classes): Classes 0–10 (f=2), 10–20 (f=3), 20–30 (f=5). Class marks = 5, 15, 25. Mean = (2×5 + 3×15 + 5×25) / (2+3+5) = (10+45+125)/10 = 18.
- Weighted mean (price index example): If commodity A has price 100 and weight 3, B has price 120 and weight 2, weighted mean price = (3×100 + 2×120) / (3+2) = (300+240)/5 = 108.
- Combined mean of two groups: Group1 (n1=40, mean=50), Group2 (n2=60, mean=70). Combined mean = (40×50 + 60×70) / (40+60) = (2000+4200)/100 = 62.
- \[Ungrouped data: x̄ = Σx / n\]\[where Σx is sum of observations and n is number of observations.\]
- \[Grouped data (using class marks m): x̄ = Σ(f × m) / Σf\]\[where f = frequency of class and m = class midpoint.\]
- \[Step-deviation (assumed mean a and class width c): x̄ = a + [Σ(f × u) / Σf] × c\]\[where u = (m - a) / c.\]
- \[Weighted mean: x̄ = Σ(w × x) / Σw\]\[where w are weights for observations x.\]
- \[Combined mean (two samples): x̄_combined = (n1×x̄1 + n2×x̄2) / (n1 + n2).\]
- \[Effect of adding k: new mean = x̄ + k\]\[Effect of multiplying by k: new mean = k × x̄.\]
Median
Median
Key Point: Position of median (raw data): (n + 1) / 2
Definition: The median is the middle value of an ordered data set that divides the distribution into two equal parts — 50% of observations lie below it and 50% above it. It is a measure of central tendency less affected by extreme values (outliers) than the mean.
When to use: Use the median for raw (individual) data, discrete frequency distributions, and grouped (continuous) frequency distributions. It is especially useful for skewed data (e.g., incomes, house prices) where mean is distorted by outliers.
Raw (unarranged) data: Arrange observations in ascending order and find the middle observation.
- If n is odd, median is the value at position (n+1)/2.
- If n is even, median is the average of values at positions n/2 and (n/2)+1.
Discrete frequency distribution: List distinct values in ascending order with their frequencies, compute cumulative frequencies, and find the value whose cumulative frequency reaches or exceeds n/2 (where n is total frequency). That value is the median.
Grouped (continuous) frequency distribution: For class intervals, identify the median class — the class whose cumulative frequency is ≥ n/2. Use linear interpolation inside that class to estimate the median:
Median = L + [(n/2 − C_f) / f] × h
Where:
- L = lower boundary of the median class (for continuous data use class boundaries, not class limits).
- C_f = cumulative frequency of all classes before the median class.
- f = frequency of the median class.
- h = class width (upper boundary − lower boundary of class).
- n = total number of observations (∑ frequencies).
Properties and remarks:
- Median is unique for a given data set (unless averaging two middle values in even-size raw data).
- It is not affected by the magnitude of extreme values — only their position in order.
- For symmetric distributions mean = median; for skewed distributions they differ (median lies between mode and mean for moderately skewed distributions).
- Median can be located graphically using cumulative frequency curves (ogives) at n/2.
Use in economics (Class 11 relevance): Median income or median wage indicates the midpoint of income distribution and is a better indicator of a typical household than mean when incomes are skewed by very high earners.
- Raw data (odd n): Data = {3, 7, 2, 9, 5}. Sort → {2,3,5,7,9}. n=5 → position (n+1)/2 = 3. Median = 5.
- Raw data (even n): Data = {12, 15, 20, 25}. Sorted already. n=4 → middle positions 2 and 3: values 15 and 20. Median = (15+20)/2 = 17.5.
- Discrete frequency: Values: 10 (f=2), 20 (f=3), 30 (f=5). Total n=10. Cumulative freqs: 2, 5, 10. n/2 = 5. The value where cumulative ≥ 5 is 20 → Median = 20.
- Grouped (continuous) example with interpolation: Classes: 0–10 (f=5), 10–20 (f=12), 20–30 (f=8). n = 25, n/2 = 12.5. Cumulative before median class = 5 (from 0–10). Median class = 10–20 (because cumulative reaches ≥12.5 here). Take L=10 (lower boundary), C_f=5, f=12, h=10. Median = 10 + [(12.5 − 5) / 12] × 10 = 10 + (7.5/12)×10 ≈ 16.25.
- Real-life: In a city, few very high house prices raise the mean price, but the median house price shows the typical buyer's price and better reflects affordability for most people.
- \[Position of median (raw data): (n + 1) / 2\]
- \[Median for even n (raw data): median = (value at n/2 + value at (n/2 + 1)) / 2\]
- \[Grouped data (continuous) median: Median = L + [(n/2 − C_f) / f] × h\]
- \[Definitions in the grouped formula: L = lower boundary of median class\]\[C_f = cumulative frequency before median class\]\[f = frequency of median class\]\[h = class width\]\[n = total frequency\]
Mode
Mode
Key Point: Ungrouped / discrete data: Mode = value with maximum frequency.
Definition: The mode of a data set is the value (or values) that occur most frequently. It is the observation with maximum frequency. Mode is the only measure of central tendency that can be used for qualitative (nominal) data.
Types and properties:
- Ungrouped / discrete data: mode is the observation with the highest frequency. If two values tie for highest frequency the distribution is bimodal; more than two gives multimodal. If all values occur equally, the distribution may be said to have no mode.
- Grouped (continuous) data: exact values are not available; we identify the modal class (class interval with highest frequency) and estimate the mode using a formula.
- Uniqueness: mode may not be unique (can be none, one, or several). It is robust against extreme values (outliers).
When to use mode: For nominal/categorical data (e.g., most preferred color), for skewed distributions where median and mean may be misleading, and for describing the most typical category or value.
How to find mode — summary:
- Ungrouped/discrete data: count frequencies and pick the value with maximum frequency.
- Grouped continuous data: (i) identify the modal class (class with largest frequency), (ii) apply the mode formula for grouped data to estimate the mode within that interval.
Limitations / cautions: Mode gives only the most frequent value and ignores the rest of the distribution. For continuous measurements with many distinct values, mode may be less informative unless data are grouped. The grouped-data mode is an estimate that depends on class width and grouping.
Relation with mean and median (empirical relation): For moderately skewed distributions an approximate relation often used is Mode ≈ 3 × Median − 2 × Mean (this is empirical and not universally accurate).
- Ungrouped discrete example: Data = {2, 3, 3, 4, 5, 3, 6}. Frequencies: 3 occurs 3 times (highest). Mode = 3.
- Categorical example: Survey of favourite fruit among 30 students: Apple 10, Banana 7, Mango 9, Orange 4. Mode = Apple (most frequent category).
- Grouped (continuous) example with calculation: Class intervals and frequencies: 10–20: 5 20–30: 12 ← modal class (fm = 12) 30–40: 8 Class width h = 10, lower limit l = 20, f1 (preceding) = 5, f2 (succeeding) = 8. Mode ≈ l + [(fm − f1) / (2fm − f1 − f2)] × h = 20 + [(12 − 5) / (24 − 5 − 8)] × 10 = 20 + (7 / 11) × 10 ≈ 26.36.
- Bimodal example: Heights (in cm): {150, 160, 160, 170, 170, 180}. Here modes are 160 and 170 (two values with highest frequency), so distribution is bimodal.
- \[Ungrouped / discrete data: Mode = value with maximum frequency.\]
- \[Grouped (continuous) data (estimated mode): Mode = l + [(fm − f1) / (2fm − f1 − f2)] × h where - l = lower limit of the modal class, - fm = frequency of the modal class, - f1 = frequency of the class before the modal class, - f2 = frequency of the class after the modal class, - h = class width (size of the interval).\]
- \[Empirical relation (approximate\]\[for moderately skewed distributions): Mode ≈ 3 × Median − 2 × Mean\]
Partition Values: Quartiles, Deciles and Percentiles
Partition Values: Quartiles, Deciles and Percentiles
Key Point: Ungrouped (position method): Quartiles: Qk position = k*(n+1)/4 for k = 1,2,3. Decile: Dk position = k*(n+1)/10 for k = 1..9. Percentile: Pp position = p*(n+1)/100 for p = 1..99. If position is integer, take that ordered value; if fractional, interpolate or average neighbours.
What are partition values? Partition values divide an ordered data set into equal parts. They are used to describe the relative position of observations and to measure dispersion and skewness. The main partition values are quartiles (4 equal parts), deciles (10 equal parts) and percentiles (100 equal parts).
Quartiles (Q1, Q2, Q3): Q1 is the 25th percentile (first quartile), Q2 is the 50th percentile (median or second quartile), and Q3 is the 75th percentile (third quartile). They split data into four equal parts.
Deciles (D1, D2, ..., D9): The k-th decile Dk is the value below which k/10 of the observations lie (D5 = median).
Percentiles (P1, P2, ..., P99): The p-th percentile Pp is the value below which p% of observations lie. P50 = median, P25 = Q1, P75 = Q3.
Two main methods to find them:
- Ungrouped (individual) data: Sort data in ascending order. Use position formulas to find the location; if the position is fractional, interpolate (take average of neighbors or linear interpolation).
- Grouped (continuous) data: Use cumulative frequencies and linear interpolation inside the class interval that contains the required partition value.
Interpretation and use: Partition values tell you how data are distributed (e.g., 25% of students scored below Q1). Quartiles are common in box-and-whisker plots; percentiles are widely used in test scores, growth charts and income distribution; deciles are used in economic analysis (e.g., income deciles).
Notes: Q2 = D5 = P50. For small data sets some teachers use (n+1) in position formulas; CBSE commonly uses (n+1) method for ungrouped data positions. For grouped data interpolation assumes uniform distribution within the class interval.
- Ungrouped data (example): Data (sorted): 7, 15, 36, 39, 40, 41, 43, 47, 49 (n = 9). Position formula for quartiles: Qk position = k*(n+1)/4. Q1 position = 1*(9+1)/4 = 2.5 → Q1 = average of 2nd and 3rd values = (15 + 36)/2 = 25.5. Q2 position = 2*(10)/4 = 5 → Q2 = 5th value = 40. Q3 position = 3*10/4 = 7.5 → Q3 = average of 7th and 8th values = (43 + 47)/2 = 45.
- Deciles and percentiles (same ungrouped data): Decile position Dk = k*(n+1)/10. For D3: position = 3*(10)/10 = 3 → D3 = 3rd value = 36. Percentile position Pp = p*(n+1)/100. For P40: position = 40*(10)/100 = 4 → P40 = 4th value = 39. Note D5 = P50 = median = 40.
- Grouped data (example): Marks classes and frequencies: 0–9:4, 10–19:6, 20–29:10, 30–39:7, 40–49:3. Total n = 30. To find Q1 (25th percentile) compute position = 0.25*n = 7.5. Cumulative frequencies: 4, 10, 20, 27, 30. 7.5 lies in class 10–19 (L = 10, cumulative before class c.f. = 4, f = 6, h = 10). Use interpolation: Q1 = L + ((n/4 - c.f)/f) * h = 10 + ((7.5 - 4)/6)*10 = 10 + (3.5/6)*10 ≈ 15.83.
- Interpretation example (real life): If a child’s height is at the 90th percentile (P90) on a growth chart, it means the child is taller than 90% of children of the same age. If household incomes are reported by deciles, the top decile (D10) contains the richest 10% of households.
- \[Ungrouped (position method): Quartiles: Qk position = k*(n+1)/4 for k = 1,2,3\]\[Decile: Dk position = k*(n+1)/10 for k = 1..9\]\[Percentile: Pp position = p*(n+1)/100 for p = 1..99\]\[If position is integer\]\[take that ordered value\]\[if fractional\]\[interpolate or average neighbours.\]
- \[Grouped (continuous distribution\]\[interpolation): For percentile Pp (or general k%): Value = L + {((p*n/100) - c.f.) / f} * h\]\[where L = lower boundary of the class containing the percentile\]\[c.f. = cumulative frequency before that class\]\[f = frequency of that class\]\[h = class width\]\[For quartiles replace p by 25, 50, 75\]\[for deciles p = 10, 20, ..., 90.\]
- \[Special median formula (grouped): Median = L + {((n/2) - c.f.) / f} * h (same symbols as above).\]
Relation among Mean, Median and Mode
Relation among Mean, Median and Mode
Key Point: Mean (ungrouped): x̄ = Σx / n
Summary: For moderately skewed, unimodal distributions Pearson's empirical relation links the three measures: Mode ≈ 3 × Median − 2 × Mean. This is an approximate relation derived from two measures of skewness and helps identify the direction of skewness and the relative positions of mean, median and mode.
Derivation (brief): Pearson proposed two coefficients of skewness:
- Skewness A: (Mean − Mode) / SD
- Skewness B: 3 × (Mean − Median) / SD
Equating these (assuming the same sign and magnitude for both measures in a moderately skewed distribution) gives: Mean − Mode ≈ 3(Mean − Median) ⇒ Mode ≈ 3×Median − 2×Mean.
Interpretation & conditions:
- If Mean > Median > Mode → distribution is positively (right) skewed.
- If Mean < Median < Mode → distribution is negatively (left) skewed.
- The formula is empirical and approximate. It usually holds for unimodal, moderately skewed distributions. It may fail for symmetric, heavily skewed, or multimodal distributions.
How to use: If you know any two of the three measures for a suitable distribution you can estimate the third using the formula. Use it as a quick check for skew direction rather than an exact identity.
- Income distribution in a town: many people earn moderate incomes, few earn very high incomes (right skew). If Mean = 60 (thousand), Median = 55, then Mode ≈ 3×55 − 2×60 = 165 − 120 = 45 (thousand). This ordering Mean(60) > Median(55) > Mode(45) indicates right skew.
- Exam scores in a large class that are roughly symmetric (normal-like): Mean ≈ Median ≈ Mode. Here the empirical relation gives nearly equal values, so Mode ≈ 3×Median − 2×Mean ≈ Median.
- Multimodal product ratings: if there are two peaks (many low and many high ratings), the empirical relation may not hold. Do not apply Mode ≈ 3Median − 2Mean for bimodal distributions.
- \[Mean (ungrouped): x̄ = Σx / n\]
- \[Mean (grouped\]\[using class marks m): x̄ = Σ(f·m) / Σf\]
- \[Median (ungrouped): arrange data\]\[median is the ((n+1)/2)-th observation (odd n) or average of n/2 and (n/2 +1)-th (even n)\]
- \[Median (grouped): Median = l + [(N/2 − c.f) / f] · h\]\[where l = median class lower limit\]\[N = total frequency\]\[c.f = cumulative frequency before median class\]\[f = frequency of median class\]\[h = class width\]
- \[Mode (grouped): Mode = l + [d1 / (d1 + d2)] · h where d1 = f1 − f0\]\[d2 = f1 − f2\]\[f1 = frequency of modal class\]\[f0 and f2 = frequencies of previous and next classes\]\[l = modal class lower limit\]\[h = class width\]
- \[Pearson's coefficients of skewness: Skewness1 = (Mean − Mode) / SD\]\[Skewness2 = 3 × (Mean − Median) / SD\]
Comparison, Merits and Limitations of Measures
Comparison, Merits and Limitations of Measures
Key Point: Arithmetic mean (ungrouped): x̄ = Σx / n
Overview
Measures of central tendency — mean, median and mode — summarise a distribution by a single representative value. Each measure has situations where it is most appropriate. Below is a concise comparison, followed by merits and limitations of each.
Comparison
- Arithmetic Mean: Sum of observations divided by number of observations. It uses all data values, so it is sensitive to every observation.
- Median: Middle value when observations are arranged in order (or average of two middle values if n is even). It is a positional measure and divides data into two equal parts.
- Mode: Most frequently occurring value(s) in the data. It is useful for categorical or discrete data and can be multiple or absent.
When to prefer which
- Use mean when data are roughly symmetric and there are no extreme outliers; good for further algebraic manipulation (e.g., variance).
- Use median when data are skewed or contain outliers (e.g., income, house prices) because median is robust.
- Use mode for qualitative/categorical data (e.g., most common brand) or to identify the most frequent value in discrete distributions.
Merits and Limitations
Arithmetic Mean
- Merits: Easy to compute; uses all observations; algebraically tractable (useful in further statistical formulae); unique.
- Limitations: Affected by extreme values (outliers); not defined for open-ended class intervals without assumption; may be inappropriate for skewed distributions; not meaningful for nominal data.
Median
- Merits: Not affected by extreme values; always exists and is unique for a finite list of numbers; applicable to ordinal, interval and ratio data; appropriate for skewed distributions.
- Limitations: Does not use all information in the data (ignores magnitude of values); not amenable to algebraic manipulation as easily as mean; for grouped data median is estimated (not exact).
Mode
- Merits: Simple to understand; applicable to nominal (categorical) data; shows the most typical category or value; can exist with frequencies in raw data easily.
- Limitations: May not be unique (bimodal, multimodal) or may not exist; ignores other values and magnitudes; unstable for small changes in data; for grouped data mode is an estimate.
Practical considerations
- For symmetric, well-behaved numeric data: mean is preferred.
- For skewed distributions or incomes/wealth: median better represents a 'typical' case.
- For categorical data or most-common-value questions: mode is appropriate.
- Always state which measure you are using and why — different measures can lead to different policy or business conclusions (e.g., mean salary versus median salary).
- Example 1 (Effect of an outlier): Salaries (in thousand ₹): 20, 22, 24, 25, 26, 150. Mean = (20+22+24+25+26+150)/6 = 287/6 ≈ 47.83 (thousand ₹). Median = average of 3rd and 4th values = (24+25)/2 = 24.5 (thousand ₹). Interpretation: Median gives a better sense of a typical salary; mean is pulled up by the outlier (150).
- Example 2 (Categorical data — Mode): Shoe sizes in a class: 6, 6, 7, 6, 8, 7, 6 → Mode = 6 (most common size). Mean/median not meaningful for nominal categories.
- Example 3 (Grouped data — Median and Mode estimates): If class intervals 10–20 (f=5), 20–30 (f=12), 30–40 (f=20), 40–50 (f=8). Total n=45. Median position = n/2 = 22.5 → median class is 30–40. Use grouped median formula to estimate median. Modal class is 30–40 (highest f) → use grouped mode formula to estimate mode.
- \[Arithmetic mean (ungrouped): x̄ = Σx / n\]
- \[Arithmetic mean (grouped): x̄ = Σ(f * m) / Σf where m is class-midpoint and f is class frequency\]
- \[Median (ungrouped\]\[ordered): If n odd\]\[median = value at position (n+1)/2\]\[if n even\]\[median = average of values at positions n/2 and n/2+1\]
- \[Median (grouped): Median = L + [(n/2 - CFB) / f] * h where L = lower boundary of median class\]\[CFB = cumulative frequency before median class\]\[f = frequency of median class\]\[h = class width\]
- \[Mode (ungrouped): the value(s) with highest frequency\]
- \[Mode (grouped): Mode = L + [(fm - f1) / (2fm - f1 - f2)] * h where L = lower boundary of modal class\]\[fm = frequency of modal class\]\[f1 = frequency of class before modal class\]\[f2 = frequency of class after modal class\]\[h = class width\]
Practical Considerations and Applications
Practical Considerations and Applications
Key Point: Arithmetic mean (ungrouped): x̄ = Σx_i / n
What this topic covers
Practical considerations and applications explain how to choose and use mean, median and mode correctly in real data analysis (especially economic data), their limitations, and the interpretation of results for policy and planning.
How to choose a measure
- Scale of measurement: use mode for nominal data, median for ordinal data, and mean for interval/ratio data when values are symmetric and not severely skewed.
- Effect of outliers/skewness: the mean is sensitive to extreme values; median is robust and better represents a typical value when distribution is skewed (e.g., income).
- Purpose of analysis: use mode to find the most common category (e.g., common shoe size), median to find the central position (e.g., middle income), mean for overall average (e.g., average production per factory).
Practical accounting for data form
- Ungrouped (raw) data: direct formulas for mean, median, mode apply.
- Grouped (frequency distribution): use class mid‑points for mean, ogives to estimate median, and identify modal class for mode — use grouped formulas for more accurate estimates.
- Open‑ended intervals: mean cannot be computed exactly if both tails are open; median can often be estimated if cumulative frequencies are known.
Transformations and properties useful in practice
- If each observation x_i is changed to x_i + a, mean and median increase by a; mode shifts by a. If multiplied by k, they all multiply by k (k>0).
- The weighted mean is used when observations have different importance (weights), e.g., computing CPI or index numbers.
Limitations and checks
- Mean does not describe distribution shape — accompany mean with dispersion measures (range, variance, quartiles) and graphical summary.
- Mode may be non-unique or unstable in continuous data; choose modal class for grouped data.
- Always consider sample size, measurement scale, and presence of errors or outliers when reporting central tendency.
Applications in economics and daily life
Central tendency measures are used in reporting average income, median wage, most common household size, average marks, consumer price indices, production averages, and for policy decisions such as setting minimum wage, subsidy targeting, and taxation thresholds. Combine with graphs (histogram, box-plot) and dispersion measures for sound conclusions.
- Income distribution: For a highly skewed income distribution, report the median income to describe a typical household's income; use mean only to compute total income divided by number of households.
- Salaries at a firm: Use mean to compute average payroll per employee; use median to show the middle salary if there are a few extremely high executive pay packages.
- Retail stock: Use mode to identify the most frequently sold shoe size so a shop can stock more of that size.
- Exam scores: Use mean to report class average marks, but check median and a box-plot to understand skewness and outliers (very low or very high scores).
- Consumer Price Index: Compute a weighted mean of price relatives using expenditure weights to get the index representative of consumption patterns.
- Housing market: Report median house price in a city because a few expensive houses would distort the mean.
- \[Arithmetic mean (ungrouped): x̄ = Σx_i / n\]
- \[Weighted mean: x̄_w = Σ(w_i * x_i) / Σw_i\]
- \[Arithmetic mean (grouped using class mid-points): x̄ = Σ(f_i * m_i) / Σf_i where m_i is class midpoint\]
- \[Step-deviation method (grouped): x̄ = a + (Σf_i * u_i / Σf_i) * h where u_i = (m_i - a)/h\]\[a = assumed mean\]\[h = class width\]
- \[Median (ungrouped\]\[odd n): median = value at (n+1)/2 th position\]\[(even n): average of n/2 and (n/2 +1)th values\]
- \[Median (grouped): Median = l + [(N/2 - c.f) / f_m] * h where l = lower boundary of median class\]\[N = total frequency\]\[c.f = cumulative frequency before median class\]\[f_m = frequency of median class\]\[h = class width\]
Key Concepts
- Arithmetic mean (ungrouped)
- Sum of all observations divided by number of observations for raw (ungrouped) data.
- Arithmetic mean (grouped)
- Mean for grouped data calculated as sum of class marks times frequencies divided by total frequency: Σ(f·x)/Σf.
- Weighted mean
- Mean when observations have different weights: Σ(w·x)/Σw, where w is the weight.
- Combined mean
- Mean of two or more combined groups: (n1·x̄1 + n2·x̄2 + ...)/(n1+n2+...).
- Geometric mean
- nth root of the product of n positive observations: (Πxi)^(1/n). Useful for growth rates and ratios.
- Harmonic mean
- Reciprocal of the arithmetic mean of reciprocals: HM = n / Σ(1/xi). Useful for rates (e.g., speed).
- Median (ungrouped)
- Middle value of ordered data. If n is odd, the (n+1)/2th item; if even, average of n/2 and (n/2+1)th items.
- Median (grouped)
- Estimate of median from grouped data using median class and interpolation: Median = L + [(N/2 − cfb)/f]·h.
- Mode (ungrouped)
- Value that occurs most frequently in a data set. There can be more than one mode or none.
- Mode (grouped)
- Estimated using the modal class (class with highest frequency) and formula: Mode = L + [(fm − f1)/(2fm − f1 − f2)]·h.
- Modal class
- Class interval with the highest frequency in a grouped frequency distribution.
- Class interval
- A continuous interval representing a group of values in grouped data, written as lower–upper limits.
- Class mark (midpoint)
- Midpoint of a class interval, computed as (lower limit + upper limit)/2; used as representative value of the class.
- Frequency
- Number of observations falling in a particular value (ungrouped) or class (grouped).
- Cumulative frequency
- Running total of frequencies up to and including a given class or value; used to locate medians and percentiles.
- Positional averages
- Measures of central tendency based on position in ordered data (e.g., median, quartiles, deciles, percentiles).
- Quartiles
- Three values (Q1, Q2, Q3) that divide ordered data into four equal parts. Q2 is the median.
- Deciles
- Nine values (D1 to D9) that divide ordered data into ten equal parts; Dk is the value below which k·10% of data lie.
- Percentiles
- Values that divide ordered data into 100 equal parts. The pth percentile is the value below which p% of observations fall.
- Empirical relation (Mean, Median, Mode)
- Approximate relationship for moderately skewed distributions: Mode ≈ 3·Median − 2·Mean; used to estimate mode from mean and median.
Practice Questions
-
Define the three measures of central tendency and state which one is suitable for categorical data. / केंद्रीय प्रवृत्ति के तीन मापों को परिभाषित कीजिए और बताइए कि श्रेणीगत आँकड़ों के लिए कौन-सा उपयुक्त है।
Show answer
The arithmetic mean is the sum of observations divided by their number; the median is the middle value of ordered data; the mode is the most frequently occurring value. The mode is suitable for categorical (nominal) data. / समांतर माध्य प्रेक्षणों के योग को उनकी संख्या से भाग देने पर मिलता है; माध्यिका क्रमबद्ध आँकड़ों का मध्य मान है; बहुलक सर्वाधिक बार आने वाला मान है। श्रेणीगत (नाममात्र) आँकड़ों के लिए बहुलक उपयुक्त है।
-
Find the median of the data: 12, 15, 20, 25. / आँकड़ों की माध्यिका ज्ञात कीजिए: 12, 15, 20, 25।
Show answer
Data are already sorted and n = 4 (even), so median = average of the 2nd and 3rd values = (15 + 20)/2 = 17.5. / आँकड़े पहले से क्रमबद्ध हैं और n = 4 (सम), अतः माध्यिका = दूसरे व तीसरे मान का औसत = (15 + 20)/2 = 17.5।
-
Group 1 has 40 students with mean 50 and Group 2 has 60 students with mean 70. Find the combined mean. / समूह 1 में 40 विद्यार्थी हैं जिनका माध्य 50 है तथा समूह 2 में 60 विद्यार्थी हैं जिनका माध्य 70 है। संयुक्त माध्य ज्ञात कीजिए।
Show answer
Combined mean = (n₁x̄₁ + n₂x̄₂)/(n₁+n₂) = (40×50 + 60×70)/(40+60) = (2000+4200)/100 = 6200/100 = 62. / संयुक्त माध्य = (n₁x̄₁ + n₂x̄₂)/(n₁+n₂) = (40×50 + 60×70)/(40+60) = (2000+4200)/100 = 6200/100 = 62।
-
Why is the median preferred over the mean for describing typical income? / प्रतिनिधि आय बताने के लिए माध्य के बजाय माध्यिका को प्राथमिकता क्यों दी जाती है?
Show answer
Income distributions are skewed, with a few very high earners that pull the mean upward and make it unrepresentative. The median depends only on the order of values and is not affected by such extreme values, so it better reflects a typical household's income. / आय वितरण विषम होता है, जहाँ कुछ बहुत अधिक कमाने वाले माध्य को ऊपर खींच देते हैं और उसे अप्रतिनिधि बना देते हैं। माध्यिका केवल मानों के क्रम पर निर्भर करती है और ऐसे चरम मानों से अप्रभावित रहती है, अतः यह प्रतिनिधि परिवार की आय को बेहतर दर्शाती है।
-
For a grouped distribution, the median class 10–20 has frequency 12, the cumulative frequency before it is 5, n = 25 and class width h = 10. Compute the median. / एक वर्गीकृत वितरण में माध्यिका वर्ग 10–20 की आवृत्ति 12 है, इससे पहले की संचयी आवृत्ति 5 है, n = 25 और वर्ग चौड़ाई h = 10 है। माध्यिका की गणना कीजिए।
Show answer
Median = L + [(n/2 − C_f)/f] × h = 10 + [(12.5 − 5)/12] × 10 = 10 + (7.5/12)×10 = 10 + 6.25 = 16.25. / माध्यिका = L + [(n/2 − C_f)/f] × h = 10 + [(12.5 − 5)/12] × 10 = 10 + (7.5/12)×10 = 10 + 6.25 = 16.25।
-
State the empirical relation among mean, median and mode, and find the mode if mean = 60 and median = 55. / माध्य, माध्यिका और बहुलक के बीच आनुभविक संबंध बताइए, तथा बहुलक ज्ञात कीजिए यदि माध्य = 60 और माध्यिका = 55 हो।
Show answer
The empirical relation is Mode ≈ 3 × Median − 2 × Mean. So Mode ≈ 3×55 − 2×60 = 165 − 120 = 45. / आनुभविक संबंध है बहुलक ≈ 3 × माध्यिका − 2 × माध्य। अतः बहुलक ≈ 3×55 − 2×60 = 165 − 120 = 45।
-
Why is the arithmetic mean unsuitable when a data set contains extreme outliers? / जब किसी आँकड़ा-समुच्चय में चरम बहिरस्थ मान हों तो समांतर माध्य अनुपयुक्त क्यों होता है?
Show answer
The mean uses every observation, so a few very large or very small values pull it toward the tail and make it unrepresentative of the bulk of the data; it is therefore not a resistant measure. / माध्य प्रत्येक प्रेक्षण का उपयोग करता है, अतः कुछ बहुत बड़े या बहुत छोटे मान इसे पुच्छ (tail) की ओर खींच लेते हैं और इसे अधिकांश आँकड़ों का अप्रतिनिधि बना देते हैं; इसलिए यह प्रतिरोधी माप नहीं है।
-
For the sorted data 7, 15, 36, 39, 40, 41, 43, 47, 49 (n = 9), find Q1 using the (n+1) position method. / क्रमबद्ध आँकड़ों 7, 15, 36, 39, 40, 41, 43, 47, 49 (n = 9) के लिए (n+1) स्थिति विधि से Q1 ज्ञात कीजिए।
Show answer
Q1 position = (n+1)/4 = 10/4 = 2.5, so Q1 = average of the 2nd and 3rd values = (15 + 36)/2 = 25.5. / Q1 की स्थिति = (n+1)/4 = 10/4 = 2.5, अतः Q1 = दूसरे व तीसरे मान का औसत = (15 + 36)/2 = 25.5।
Related Laws & Principles
Explore allFoundational laws & principles connected to this chapter — tap to open in the Laws Explorer.