Why this topic matters · 8 min read
Moments are mathematical tools to describe the shape and spread of a distribution. Skewness measures asymmetry (left vs right tail), kurtosis measures tail heaviness. SSC CGL Tier-II tests these in Statistics section (5-8% weightage). Expect 1-2 direct calculation questions on raw/central moments, and conceptual questions on interpreting skewness/kurtosis from data or graphs. High-scoring topic if you memorize formulas and recognize distribution shapes.
What Are Moments?
Moments are numerical measures that capture different properties of a distribution. Think of them as 'snapshots' of data: the first moment tells you where the data is centered (mean), the second tells you how spread out it is (variance), and higher moments reveal shape. There are two types: raw moments (calculated from origin) and central moments (calculated from mean). Central moments are more useful because they ignore location and focus on shape.
- Raw moment of order r: Mr = (1/n) × sum of (Xi)^r
- Central moment of order r: μr = (1/n) × sum of (Xi - mean)^r
- First raw moment = mean; second central moment = variance
- Third and fourth central moments define skewness and kurtosis
- Moments are building blocks for understanding distribution shape
Key formulas
Raw Moment (order r)
M'r = (1/n) × Σ(Xi)^r
When: When calculating moments from the origin; rarely asked directly in SSC
Central Moment (order r)
μr = (1/n) × Σ(Xi - X̄)^r
When: Standard method; used to derive skewness and kurtosis
Relationship between moments
μ2 = M'2 - (M'1)^2
When: Converting between raw and central moments (rare but useful)
Worked example
Data: 2, 4, 6, 8, 10. Mean = 6. μ2 = (16+4+0+4+16)/5 = 8 (variance). μ3 = (−64−8+0+8+64)/5 = 0 (symmetric, so zero skewness).
Skewness: Measuring Asymmetry
Skewness measures whether a distribution leans left or right. A symmetric distribution (like normal curve) has zero skewness. Positive skewness means the tail stretches to the right (mean > median > mode); negative skewness means tail stretches left (mean < median < mode). In SSC, you'll see questions asking you to identify skewness from histograms or calculate it from data. The formula uses the third central moment divided by the cube of standard deviation.
- Positive skew: right tail longer, mean pulled right, data clusters on left
- Negative skew: left tail longer, mean pulled left, data clusters on right
- Zero skew: perfectly symmetric (normal distribution, uniform distribution)
- Skewness range: −3 to +3 (extreme values rare)
- Interpretation: |skewness| < 0.5 = fairly symmetric; 0.5−1 = moderately skewed; > 1 = highly skewed
Key formulas
Coefficient of Skewness (Fisher-Pearson)
γ1 = μ3 / (σ^3)
When: Standard formula; most common in SSC; uses third central moment
Pearson's Skewness (quick estimate)
Skewness = 3(Mean − Median) / SD
When: When you have mean, median, SD but not raw data; faster for multiple choice
Quartile Skewness
Skewness = (Q3 − Q2) − (Q2 − Q1) / (Q3 − Q1)
When: When only quartiles given; less common in SSC but appears in data interpretation
Worked examples
Income distribution: Mean = 50,000, Median = 40,000, SD = 15,000. Skewness = 3(50000−40000)/15000 = 2. Positive skew (right tail, few very high earners).
Test scores: Mean = 75, Median = 78, SD = 10. Skewness = 3(75−78)/10 = −0.9. Negative skew (left tail, few very low scorers).
Kurtosis: Measuring Tail Heaviness
Kurtosis measures how heavy or light the tails of a distribution are compared to a normal distribution. High kurtosis means fat tails (extreme values more likely) and sharp peak; low kurtosis means thin tails and flat peak. SSC questions test whether you can identify leptokurtic (peaked), mesokurtic (normal), or platykurtic (flat) distributions from graphs or data. The formula uses the fourth central moment divided by the fourth power of standard deviation, minus 3 (the '−3' makes normal distribution have kurtosis = 0).
- Excess kurtosis = kurtosis − 3 (normal distribution has excess kurtosis = 0)
- Leptokurtic (excess > 0): sharp peak, fat tails, extreme values more common
- Mesokurtic (excess = 0): normal distribution shape
- Platykurtic (excess < 0): flat peak, thin tails, data more uniform
- High kurtosis = risk of outliers; low kurtosis = data more concentrated near center
Key formulas
Kurtosis (Fisher definition)
β2 = μ4 / (σ^4)
When: Raw kurtosis; normal distribution has β2 = 3
Excess Kurtosis
γ2 = μ4 / (σ^4) − 3
When: Standard in SSC; excess kurtosis = 0 for normal distribution
Worked examples
Financial returns (leptokurtic): excess kurtosis = 2.5. Means extreme gains/losses happen more often than normal distribution predicts. Risk managers worry about this.
Uniform distribution (platykurtic): excess kurtosis = −1.2. Flat, no peaks, tails thin. All values equally likely.
Relationship Between Moments, Skewness, and Kurtosis
These three concepts form a hierarchy. Moments are the foundation; skewness and kurtosis are derived from moments. Understanding this chain helps you solve complex problems. First moment = location (mean). Second moment = spread (variance). Third moment = skewness (asymmetry). Fourth moment = kurtosis (tail behavior). In SSC, you may see questions that ask you to calculate multiple moments from the same dataset, or to interpret how a change in data affects all three properties.
- Moments are raw data; skewness and kurtosis are interpretations of moments
- All three describe distribution shape; together they give a complete picture
- Normal distribution: all odd moments = 0, skewness = 0, excess kurtosis = 0
- Changing outliers affects higher moments more than lower moments
- Skewness and kurtosis are scale-invariant (dividing all data by constant doesn't change them)
⚠ Common mistakes to avoid
- Confusing raw moments with central moments. Raw moments depend on origin; central moments don't. Always use central moments for skewness/kurtosis unless explicitly told otherwise.
- Forgetting the '−3' in excess kurtosis formula. Many students calculate μ4/σ^4 and call it kurtosis, but SSC expects excess kurtosis (subtract 3). Normal distribution should give 0, not 3.
- Misinterpreting positive vs negative skewness. Remember: positive skew = right tail (mean > median), NOT 'more data on right'. The tail points right, but bulk of data is on left.
- Assuming high kurtosis = bad. High kurtosis just means fat tails; whether that's bad depends on context. In finance, it's risky. In quality control, it might be acceptable.
- Calculating skewness from grouped data without adjusting for class width. If data is grouped, use class midpoints and frequency, not raw values.
🧠 Memory aids
- MOMENTS = M.O.M.E.N.T.S: Mean (1st), Outliers (2nd via variance), More outliers (3rd = skewness), Even more (4th = kurtosis), Never forget central, Third and fourth matter most.
- SKEW = Stretch: Positive skew = tail stretches right (like a right arrow →). Negative skew = tail stretches left (like a left arrow ←). Mean chases the tail.
- KURT = Kurtosis = 'Curve' shape: Lepto = Lean/Lofty (peaked), Meso = Medium (normal), Platy = Platypus (flat, spread out).
- FORMULA CHAIN: Raw moment M'r → Central moment μr (subtract mean) → Divide by σ^r → Skewness (r=3) or Kurtosis (r=4, minus 3).
🎯 SSC CGL exam tips
- SSC Tier-II typically asks 1-2 direct calculation questions: 'Calculate skewness/kurtosis from given data.' Memorize the formulas and practice with 5-10 datasets. Speed matters; use Pearson's formula when possible (faster than calculating all moments).
- Graph interpretation questions are common: 'Which histogram shows positive skewness?' or 'Identify the distribution with highest kurtosis.' Train your eye to spot right tails (positive skew), left tails (negative skew), and peaked vs flat shapes.
- Conceptual questions appear in Tier-I: 'If mean > median, the distribution is ___.' Answer: positively skewed. These are quick 1-mark wins if you remember the relationship.
- Watch for 'excess kurtosis' vs 'kurtosis' in question wording. If it says 'excess,' subtract 3 from your calculation. If it just says 'kurtosis,' check the answer options to infer which definition they're using.
- Recent papers (2022-2024) show more emphasis on interpreting real-world data (income, test scores, stock returns) rather than abstract calculations. Focus on understanding what skewness/kurtosis mean in context, not just formulas.
Q1 · easy · AI-verified
For a normal distribution, the value of kurtosis (β₂) is:
- 3
- 0
- 2
- 1
Q2 · medium · AI-verified
Bowley's coefficient of skewness is based on which measures?
- Median and Mean Deviation
- Mode and Range
- Quartiles
- Mean and Standard Deviation
Q3 · easy · AI-verified
If for a distribution the mean = 10, median = 9, and mode = 7, then the distribution is:
- Symmetrical
- Mesokurtic
- Negatively skewed
- Positively skewed
Q4 · hard · AI-verified
The first four moments about the mean of a distribution are 0, 4, −8, and 60. What is the value of excess kurtosis (γ₂)?
- 3.75
- −0.75
- 1.75
- 0.75
Q5 · hard · AI-verified
For a distribution, μ₂ = 9 and μ₃ = 27. What is the value of the coefficient of skewness β₁?
- 0.33
- 9
- 3
- 1