Questions: Distribution Shape: Skewness and Kurtosis
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
A dataset of household incomes shows mean = $85,000 and median = $60,000. Which best describes the shape of this distribution?
ASymmetric — mean and median are both valid measures of center
BNegatively skewed — the median is lower than the mean
CPositively skewed — extreme high incomes pull the mean above the median
DLeptokurtic — the gap between mean and median indicates heavy tails
When extreme high values pull the mean above the median, the distribution is positively skewed (right-skewed) — the long tail stretches rightward. Income is a classic example: most households earn moderate amounts, but a small number of very high earners pull the mean upward while the median stays near the typical value. Option B names the relationship correctly (median < mean) but labels it backwards — that ordering IS positive skew. Option D confuses skewness with kurtosis.
Question 2 Multiple Choice
Kurtosis primarily measures which property of a distribution?
AThe degree of asymmetry — how far the peak is shifted left or right
BHow peaked the distribution is — the height of the central peak
CThe heaviness of the tails — how often extreme values occur
DThe spread of the distribution relative to its mean
Kurtosis measures tail weight — how much of the distribution's variance comes from extreme values, relative to a normal distribution. High kurtosis (leptokurtic) means heavier tails and more frequent extreme events, not necessarily a taller peak. The 'peakedness' interpretation is the most common misconception. Asymmetry is measured by skewness, not kurtosis. Spread is measured by standard deviation or IQR.
Question 3 True / False
In a positively skewed distribution, the mean is greater than the median.
TTrue
FFalse
Answer: True
Positive skew means a long right tail — a few extreme high values. These extreme values drag the mean upward (since the mean uses all values) while the median (the middle value) is much less affected. The result is mean > median > mode in a right-skewed distribution. This relationship between mean and median is one of the most reliable practical indicators of skew direction when examining summary statistics.
Question 4 True / False
A leptokurtic distribution (high kurtosis) is characterized primarily by a tall, narrow peak at the center.
TTrue
FFalse
Answer: False
Kurtosis primarily measures tail heaviness, not peak height. A leptokurtic distribution has heavier tails than a normal distribution — extreme events occur more frequently than the normal model predicts. The central peak may appear taller as a visual consequence (since probability mass shifted to the tails must come from somewhere), but this is secondary. Financial return distributions are leptokurtic because they produce more crashes and booms than a normal distribution would predict, which is a statement about tails, not peaks.
Question 5 Short Answer
Why do the mean and standard deviation alone fail to fully describe a distribution, and what do skewness and kurtosis add?
Think about your answer, then reveal below.
Model answer: Two distributions can have identical means and variances but completely different shapes. Skewness captures asymmetry — which tail is longer and by how much — which determines whether the mean is a reliable center summary. Kurtosis captures tail heaviness — how often extreme values occur — which determines whether variance-based methods like t-tests and confidence intervals are reliable. Together they reveal shape characteristics that determine whether standard statistical tools are appropriate for the data.
This is the practical motivation for shape descriptors: before applying any parametric method, you need to know not just where the distribution is centered and how spread out it is, but whether it is symmetric and whether its tails are well-behaved. Strong skewness may call for a median-based analysis or a log transformation; high kurtosis may invalidate p-values computed under the normal assumption.