Unit 11: Statistics

Contents

1. Measures of Dispersion

While Measures of Central Tendency (Mean, Median, Mode) tell us about the center of data, Measures of Dispersion tell us how spread out or scattered the data points are from that center.

2. Mean Deviation

Mean Deviation (M.D.) is the arithmetic mean of the absolute differences between each data point and a central value (usually the Mean or Median).

For Ungrouped Data (about Mean x̄):

M.D.(x̄) = (∑ |xi - x̄|) / (n)

For Grouped Data:

M.D.(x̄) = (∑ fi |xi - x̄|) / (N), where N = ∑ fi

3. Variance and Standard Deviation

Variance (σ2) is the average of the squared deviations from the mean. Standard Deviation (σ) is the positive square root of the variance. It is the most widely used measure of dispersion because it is in the same units as the data.

Formula for Ungrouped Data:

Variance (σ2) = (∑ (xi - x̄)2) / (n)
Standard Deviation (σ) = √(σ2)

Formula for Grouped Data:

σ = √((∑ fi(xi - x))2) / (N)̄

4. Analysis of Frequency Distributions

When comparing two frequency distributions with the same mean, the one with the larger Standard Deviation is considered more variable or less stable.

Coefficient of Variation (C.V.):

To compare the variability of two series with different means or different units, we use the Coefficient of Variation.

C.V. = (σ) / (x̄) × 100

The series with a higher C.V. is more variable/less consistent.

5. Exam Focus Enhancements

Exam Tips
Common Mistakes
Frequently Asked Questions

Q: Why do we square the deviations in Variance?
A: Squaring ensures all deviations are positive (so they don't cancel out) and gives more weight to larger outliers.

Q: What is the difference between Mean Deviation and Standard Deviation?
A: M.D. uses absolute values, while S.D. uses squares. S.D. is mathematically more convenient for further statistical analysis.