Descriptive StatisticsTopic #6 of 33

Skewness and Kurtosis

Shape of distributions: measuring asymmetry (skewness) and tail heaviness (kurtosis).

Overview

Skewness and kurtosis are measures of the shape of a distribution, describing its asymmetry and tail behavior.

Skewness

Definition

Skewness measures the asymmetry of a distribution.

Skewness=(xixˉs)3n\text{Skewness} = \frac{\sum \left(\frac{x_i - \bar{x}}{s}\right)^3}{n}

Or using the moment coefficient:

γ1=E[(Xμ)3]σ3\gamma_1 = \frac{E[(X - \mu)^3]}{\sigma^3}

Types of Skewness

TypeValueDescriptionTail
Symmetric≈ 0Mean ≈ MedianEqual
Right (positive)> 0Mean > MedianRight tail longer
Left (negative)< 0Mean < MedianLeft tail longer

Visual Guide

Left-skewed        Symmetric         Right-skewed
(negative)         (γ₁ ≈ 0)          (positive)
                       
    ╱╲                ╱╲                ╱╲
   ╱  ╲              ╱  ╲              ╱  ╲
  ╱    ╲            ╱    ╲            ╱    ╲
╱      ╲───       ╱      ╲          ───╱    ╲
         tail           tail        tail
Mean < Median     Mean ≈ Median     Mean > Median

Pearson's Coefficient of Skewness

Skewness=3(MeanMedian)Standard Deviation\text{Skewness} = \frac{3(\text{Mean} - \text{Median})}{\text{Standard Deviation}}

Rule of Thumb

SkewnessInterpretation
γ1<0.5\lvert \gamma_1 \rvert < 0.5Approximately symmetric
0.5γ1<10.5 \leq \lvert \gamma_1 \rvert < 1Moderately skewed
γ11\lvert \gamma_1 \rvert \geq 1Highly skewed

Kurtosis

Definition

Kurtosis measures the "tailedness" of a distribution—how heavy or light the tails are.

Kurtosis=(xixˉs)4n\text{Kurtosis} = \frac{\sum \left(\frac{x_i - \bar{x}}{s}\right)^4}{n}

Excess Kurtosis

The normal distribution has kurtosis = 3. We often use excess kurtosis:

Excess Kurtosis=Kurtosis3\text{Excess Kurtosis} = \text{Kurtosis} - 3

Types of Kurtosis

TypeExcess KurtosisDescription
Mesokurtic≈ 0Normal-like tails
Leptokurtic> 0Heavy tails, sharp peak
Platykurtic< 0Light tails, flat peak

Visual Guide

Leptokurtic     Mesokurtic      Platykurtic
(heavy tails)   (normal)        (light tails)
                    
     ╱╲             ╱╲             ╱──╲
    ╱  ╲           ╱  ╲           ╱    ╲
   │    │         ╱    ╲         │      │
  ╱      ╲       ╱      ╲        │      │
─╱        ╲─   ╱        ╲      ╱        ╲

Examples of Common Distributions

DistributionSkewnessExcess Kurtosis
Normal00
Exponential26
Uniform0-1.2
Student's t (df=5)06
Chi-square (df=4)1.413

Practical Applications

Skewness

  • Income data: Usually right-skewed (few high earners)
  • Age at death: Usually left-skewed
  • Housing prices: Typically right-skewed
  • Exam scores: May be left-skewed (easy test) or right-skewed (hard test)

Kurtosis

  • Financial returns: Often leptokurtic (fat tails = more extreme events)
  • Quality control: Detect unusual variance patterns
  • Risk assessment: Higher kurtosis = more extreme outcomes

Effect on Statistical Analysis

IssueSkewness EffectKurtosis Effect
Mean vs MedianMean pulled toward tailLess affected
Standard deviationMay not represent typical spreadUnderestimates tail risk
Normal-based testsMay be invalidMay be invalid
OutliersMore in direction of skewMore with high kurtosis

Transformations for Skewed Data

SkewnessCommon Transformations
Right-skewedlog(x)\log(x), x\sqrt{x}, 1/x1/x
Left-skewedx2x^2, exe^x