STATISTICS — CORE CONCEPT
Statistics is the science of collecting, organizing, and analyzing data. In NDA exams, you mainly deal with Measures of Central Tendency (Mean, Median, Mode) and Measures of Dispersion (Range, Variance, Standard Deviation).
--- CORE CONCEPT ---
Measures of Central Tendency tell you the 'center' of data. Measures of Dispersion tell you how 'spread out' the data is.
Both types appear regularly in NDA papers.
--- KEY RULES AND PROPERTIES ---
1. Mean is affected by extreme values (outliers). Median and Mode are not.
2.
For a symmetric distribution: Mean = Median = Mode.
3. For a moderately skewed distribution: Mode = 3 Median - 2 Mean (Empirical relation).
4. Standard Deviation is always non-negative.
5.
Variance = (Standard Deviation) squared.
--- FORMULA BLOCK ---
Arithmetic Mean (ungrouped): Mean = Sum of all values / Number of values
Mean (grouped data): Mean = Sum of (f × x) / Sum of f
where f = frequency, x = midpoint of class
Median (ungrouped, sorted data):
If n is odd: Median = value at position (n+1)/2
If n is even: Median = average of values at positions n/2 and (n/2 + 1)
Mode = Most frequently occurring value
Variance (ungrouped): Variance = Sum of (x - Mean)^2 / n
Standard Deviation = Square root of Variance
Coefficient of Variation (CV) = (Standard Deviation / Mean) × 100
Range = Maximum value - Minimum value
--- EXAM PATTERNS ---
NDA asks: finding mean/median/mode from raw data or frequency tables, calculating variance and standard deviation, using the empirical formula (Mode = 3 Median - 2 Mean), and comparing two data sets using CV. Expect 2-3 questions per paper from this subtopic.
--- SHORTCUT / TRICK ---
Trick 1 (Step Deviation for Mean): If values are large, use: Mean = A + (Sum of f×d / Sum of f) × h, where A = assumed mean, d = (x - A)/h, h = class width. This saves huge calculation time.
Trick 2 (Quick Variance): Variance = [Sum of x^2 / n] - (Mean)^2.
You do NOT need to subtract the mean from each value individually. Just find average of squares minus square of average.
--- WORKED EXAMPLE ---
Question: Find Mean, Variance, and Standard Deviation for: 2, 4, 6, 8, 10.
Step 1 — Find Mean:
Mean = (2 + 4 + 6 + 8 + 10) / 5 = 30 / 5 = 6
Step 2 — Use Variance shortcut:
Sum of x^2 = 4 + 16 + 36 + 64 + 100 = 220
Mean of x^2 = 220 / 5 = 44
Variance = 44 - (6)^2 = 44 - 36 = 8
Step 3 — Standard Deviation:
SD = Square root of 8 = 2√2 ≈ 2.83
Answer: Mean = 6, Variance = 8, SD = 2√2
--- COMMON MISTAKE ---
Students often confuse Variance with Standard Deviation. Remember: Variance uses squared units.
Standard Deviation is in the same unit as the data. Also, many students forget to sort data before finding the Median — always sort first!