40  Measures of skewness

40.1 Concept of Skewness

Skewness measures the degree and direction of departure from symmetry in a frequency distribution. A symmetric distribution has zero skewness — the two tails mirror each other. A positively skewed (right-skewed) distribution has a long right tail; a negatively skewed (left-skewed) distribution has a long left tail. Skewness tells us where the mass of the distribution lies relative to the mean. Kurtosis, a related concept, measures peakedness — whether the distribution is leptokurtic (peaked), mesokurtic (normal), or platykurtic (flat).

40.2 Symmetry, Positive Skewness, Negative Skewness

TipThree Types — Position of Mean, Median, Mode
Shape Mean-Median-Mode Tail
Symmetric Mean = Median = Mode Both equal
Positive (right) skewness Mean > Median > Mode Long right tail; outliers high
Negative (left) skewness Mean < Median < Mode Long left tail; outliers low

40.3 Measures of Skewness

40.3.1 1. Karl Pearson’s Coefficient

\[S_{kp} = \frac{Mean - Mode}{SD}\]

or (when mode is ill-defined) using the empirical relation:

\[S_{kp} = \frac{3(Mean - Median)}{SD}\]

Range: typically between −3 and +3 (theoretically); practically usually within ±1.

40.3.2 2. Bowley’s Coefficient (Quartile Coefficient)

\[S_{kb} = \frac{Q_3 + Q_1 - 2 \cdot Median}{Q_3 - Q_1}\]

Range: between −1 and +1. Robust to outliers.

40.3.3 3. Kelly’s Coefficient

\[S_{kk} = \frac{P_{90} + P_{10} - 2 \cdot P_{50}}{P_{90} - P_{10}}\]

Range: between −1 and +1. Uses tail percentiles.

40.3.4 4. Moment-Based (Beta-One Coefficient)

\[\beta_1 = \frac{\mu_3^2}{\mu_2^3}, \quad \gamma_1 = \sqrt{\beta_1} = \frac{\mu_3}{\sigma^3}\]

where μ_k = k-th central moment. γ₁ = standardised third moment; positive → right skew; negative → left skew.

40.4 Kurtosis

Kurtosis measures peakedness/tailedness of a distribution.

TipThree Types of Kurtosis
Type β₂ value Shape
Leptokurtic β₂ > 3 More peaked, fatter tails than normal
Mesokurtic β₂ = 3 Normal distribution
Platykurtic β₂ < 3 Flatter than normal

Excess kurtosis = β₂ − 3 = γ₂.

NoteDistractor warning

PYQ trap: Positive skewness has Mean > Mode; Negative skewness has Mean < Mode. The Mode sits at the peak; the Mean is pulled toward the long tail.

flowchart LR
  S[Symmetric<br/>Mean=Median=Mode] --- P[Positive<br/>Right Tail<br/>Mean>Median>Mode]
  S --- N[Negative<br/>Left Tail<br/>Mean<Median<Mode]
    classDef default fill:#003366,color:#ffffff,stroke:#ffcc00,stroke-width:3px,rx:10px,ry:10px;

40.5 Practice Questions

Q 01SymmetricEasy

For a perfectly symmetric distribution:

  • AMean = Median = Mode
  • BMean > Median > Mode
  • CMean < Mode
  • DSkewness > 0
View solution
Correct Option: A
Symmetry ⇒ all three coincide.
Q 02SkewEasy

Positive skewness implies:

  • AMean > Median > Mode
  • BMode > Median > Mean
  • CMean = Median
  • DSD = 0
View solution
Correct Option: A
Right tail pulls Mean up.
Q 03Karl PearsonMedium

Karl Pearson's coefficient of skewness equals:

  • A(Mean − Mode) / SD
  • B(Q₃ + Q₁ − 2 Median) / (Q₃ − Q₁)
  • C(P₉₀ + P₁₀ − 2 P₅₀) / (P₉₀ − P₁₀)
  • Dμ₃² / σ³
View solution
Correct Option: A
**Karl Pearson** — (Mean − Mode)/SD.
Q 04BowleyMedium

Bowley's coefficient of skewness uses:

  • AMean and Mode
  • BQuartiles
  • CPercentiles 10 and 90
  • DMoments
View solution
Correct Option: B
Bowley = (Q₃ + Q₁ − 2 Median)/(Q₃ − Q₁).
Q 05Bowley rangeMedium

Bowley's coefficient of skewness lies between:

  • A−1 and +1
  • B−3 and +3
  • C0 and 1
  • D−∞ and ∞
View solution
Correct Option: A
Bowley range: **−1 to +1**.
Q 06KellyMedium

Kelly's coefficient uses:

  • AQuartiles
  • BPercentiles P₁₀, P₅₀, P₉₀
  • CMean and SD
  • DMode and Mean
View solution
Correct Option: B
Kelly uses P₁₀, P₅₀, P₉₀.
Q 07KurtosisMedium

If β₂ > 3, the distribution is:

  • APlatykurtic
  • BMesokurtic
  • CLeptokurtic
  • DSymmetric
View solution
Correct Option: C
β₂ > 3 → **leptokurtic** (peaked + fat tails).
Q 08NormalMedium

For a normal distribution, β₂ equals:

  • A0
  • B1
  • C3
  • D
View solution
Correct Option: C
Normal: β₂ = **3** (mesokurtic). Excess kurtosis γ₂ = 0.
Q 09EmpiricalMedium

Mean = 50; Median = 48; SD = 10. Karl Pearson's coefficient (using empirical relation):

  • A+0.6
  • B−0.6
  • C+0.2
  • D+0.3
View solution
Correct Option: A
3(50 − 48)/10 = 6/10 = **+0.6** (positive skew).
Q 10SkewnessMedium

Match:

Distribution Skewness
(i) Income (a) Negative
(ii) Age at death (b) Positive
  • A(i)-(b), (ii)-(a)
  • B(i)-(a), (ii)-(b)
  • CBoth positive
  • DBoth negative
View solution
Correct Option: A
Income — long right tail (positive); age at death — long left tail (negative).
Q 11SkewnessEasy

A negative skewness implies:

  • ALong right tail
  • BLong left tail
  • CSymmetric
  • DNo tail
View solution
Correct Option: B
Negative → long left tail.
Q 12γ₁Hard

Moment-based skewness γ₁ equals:

  • Aμ₃ / σ²
  • Bμ₃ / σ³
  • Cμ₄ / σ⁴
  • Dσ / μ₃
View solution
Correct Option: B
γ₁ = μ₃/σ³ = standardised third moment.
Q 13β₂ formulaHard

β₂ (kurtosis) equals:

  • Aμ₃² / σ³
  • Bμ₄ / μ₂²
  • Cμ₁ / σ
  • Dμ₂ / σ²
View solution
Correct Option: B
**β₂ = μ₄/μ₂²**.
Q 14UseMedium

When Mode is ill-defined, the substitute Karl Pearson formula uses:

  • AMedian: 3(Mean − Median)/SD
  • BQuartiles
  • CMoments
  • DPercentiles
View solution
Correct Option: A
Use empirical relation: Mode ≈ 3 Median − 2 Mean → S_kp = 3(Mean − Median)/SD.
Q 15PlatyEasy

A "platykurtic" distribution is:

  • AMore peaked than normal
  • BFlatter than normal
  • CSymmetric
  • DU-shaped
View solution
Correct Option: B
Platykurtic = flat-topped; β₂ < 3.
Q 16PearsonMedium

Mean = 30; Mode = 24; SD = 8. Karl Pearson coefficient:

  • A+0.75
  • B+0.50
  • C+0.25
  • D−0.75
View solution
Correct Option: A
(30 − 24)/8 = **+0.75**.
Q 17AuthorsMedium

Match the skewness measure with its author:

Measure Author
(i) (Mean − Mode)/SD (a) Bowley
(ii) (Q₃+Q₁−2Med)/(Q₃−Q₁) (b) Karl Pearson
(iii) (P₉₀+P₁₀−2P₅₀)/(P₉₀−P₁₀) (c) Kelly
  • A(i)-(b), (ii)-(a), (iii)-(c)
  • B(i)-(a), (ii)-(b), (iii)-(c)
  • C(i)-(c), (ii)-(b), (iii)-(a)
  • D(i)-(b), (ii)-(c), (iii)-(a)
View solution
Correct Option: A
Karl Pearson, Bowley, Kelly.
Q 18ApplicationHard

Stock-return distributions are typically *leptokurtic* because they have:

  • AFlatter peak than normal
  • BFatter tails (more extreme outcomes) than normal
  • CConstant mean
  • DSymmetric around zero
View solution
Correct Option: B
Leptokurtic → fatter tails — important for risk management.
Q 19CompareMedium

Bowley's coefficient is preferred over Karl Pearson when:

  • AData has many outliers
  • BMean is large
  • CSample is large
  • DData is normal
View solution
Correct Option: A
Bowley uses quartiles → robust to outliers.
Q 20Symmetric β₁Hard

For a symmetric distribution, β₁ equals:

  • A0
  • B1
  • C3
  • D
View solution
Correct Option: A
μ₃ = 0 ⇒ β₁ = 0 in symmetric distributions.

40.6 Quick Recall

ImportantQuick recall
  • Skewness — departure from symmetry. Symmetric → Mean = Median = Mode. Positive → Mean > Median > Mode (right tail). Negative → Mean < Median < Mode (left tail).
  • Karl Pearson: (Mean − Mode)/SD; or 3(Mean − Median)/SD when mode ill-defined; range ≈ ±3.
  • Bowley: (Q₃ + Q₁ − 2 Median)/(Q₃ − Q₁); range ±1; outlier-robust.
  • Kelly: (P₉₀ + P₁₀ − 2 P₅₀)/(P₉₀ − P₁₀); range ±1.
  • Moment-based: γ₁ = μ₃/σ³; β₁ = μ₃²/μ₂³.
  • Kurtosis: β₂ = μ₄/μ₂². Normal → β₂ = 3 (mesokurtic). β₂ > 3 — leptokurtic; < 3 — platykurtic.
  • Stock returns — typically leptokurtic (fat tails).