EasyDeepLearn

Skewness and kurtosis — what do they measure?

medium

Answer

  • Skewness  =  E[((X    μ)/σ)3]\mathrm{Skewness}\; = \;E[((X\; - \;{\mu}) / {\sigma})^{3}] — asymmetry of the distribution.
  • Positive: long right tail (log-normal, income).
  • Negative: long left tail.
  • Kurtosis  =  E[((X    μ)/σ)4]\mathrm{Kurtosis}\; = \;E[((X\; - \;{\mu}) / {\sigma})^{4}] — 'tailedness'.
  • Normal has kurtosis 3 (excess kurtosis 0).
  • Higher (leptokurtic): heavier tails, more outliers (t, Laplace, financial returns).
  • Lower (platykurtic): lighter tails than normal.
  • Both give quick diagnostic beyond mean/variance.
Check yourself — multiple choice
  • Only variance
  • Skew: asymmetry (3rd standardized moment); kurtosis: tailedness (4th); normal has kurtosis 3
  • Same as variance
  • Not useful

Skew (3rd moment): asymmetry; Kurtosis (4th): tailedness; normal ref = 3.

#moments#descriptive

Practise Statistics Fundamentals

215 interview questions in this topic.

Related questions