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 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
| 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.
| Type | β₂ value | Shape |
|---|---|---|
| Leptokurtic | β₂ > 3 | More peaked, fatter tails than normal |
| Mesokurtic | β₂ = 3 | Normal distribution |
| Platykurtic | β₂ < 3 | Flatter than normal |
Excess kurtosis = β₂ − 3 = γ₂.
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.
40.5 Practice Questions
For a perfectly symmetric distribution:
View solution
Positive skewness implies:
View solution
Karl Pearson's coefficient of skewness equals:
View solution
Bowley's coefficient of skewness uses:
View solution
Bowley's coefficient of skewness lies between:
View solution
Kelly's coefficient uses:
View solution
If β₂ > 3, the distribution is:
View solution
For a normal distribution, β₂ equals:
View solution
Mean = 50; Median = 48; SD = 10. Karl Pearson's coefficient (using empirical relation):
View solution
Match:
| Distribution | Skewness | ||
| (i) | Income | (a) | Negative |
| (ii) | Age at death | (b) | Positive |
View solution
A negative skewness implies:
View solution
Moment-based skewness γ₁ equals:
View solution
β₂ (kurtosis) equals:
View solution
When Mode is ill-defined, the substitute Karl Pearson formula uses:
View solution
A "platykurtic" distribution is:
View solution
Mean = 30; Mode = 24; SD = 8. Karl Pearson coefficient:
View solution
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 |
View solution
Stock-return distributions are typically *leptokurtic* because they have:
View solution
Bowley's coefficient is preferred over Karl Pearson when:
View solution
For a symmetric distribution, β₁ equals:
View solution
40.6 Quick 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).