Skewness and Kurtosis
Third and Fourth Moments, Fat Tails, and What the Mean Hides — A TLDR Primer
Your statistics class covered mean and standard deviation — but two very different distributions can share identical values of both. That gap is where skewness and kurtosis live, and it's where students get tripped up on exams, in data science coursework, and in any field where the shape of a distribution actually matters.
This TLDR primer cuts straight to what you need to know. You'll learn how **skewness** quantifies the asymmetry of a distribution — why income data pulls right while exam scores often pull left, and what that means for which averages you should trust. You'll learn how **kurtosis** measures tail weight (not peakedness — a misconception this book corrects head-on), why finance and risk analysis obsess over fat tails, and how excess kurtosis is always measured relative to the normal distribution. Then you'll work through full numerical examples computing sample skewness and sample excess kurtosis by hand, using the bias-corrected formulas that real software like Excel, R, and Python actually apply.
The final section applies both statistics to three concrete contexts — income distributions, standardized test scores, and financial returns — showing how shape statistics change which summary measures you should report and believe.
Written for high school students tackling AP Statistics or an introductory college course, and for anyone who wants to understand what the mean hides. Short by design, no filler, stripped to essentials — every section leads with the idea that matters most.
If you're ready to understand data at a deeper level than the average, grab your copy now.
- Define skewness and kurtosis as the third and fourth standardized moments and explain what each measures
- Compute sample skewness and sample (excess) kurtosis from a small data set by hand
- Distinguish positive vs negative skew and leptokurtic vs platykurtic distributions from histograms and summary statistics
- Interpret skewness and kurtosis in context (income data, test scores, financial returns) and avoid common misreadings
- Recognize when high kurtosis or strong skew makes the mean and standard deviation misleading
- 1. Beyond the Mean and Standard DeviationSets up why two distributions can share a mean and variance but look completely different, motivating higher moments.
- 2. Skewness: Measuring AsymmetryDefines skewness as the third standardized moment, shows the formula, and walks through positive vs negative skew with examples like income and exam scores.
- 3. Kurtosis: Measuring Tail WeightDefines kurtosis as the fourth standardized moment, explains excess kurtosis relative to the normal distribution, and corrects the common 'peakedness' misconception.
- 4. Computing Skewness and Kurtosis from DataWalks through full numerical examples computing sample skewness and sample excess kurtosis from a small data set, including the bias-corrected formulas used by software.
- 5. Reading Real Distributions: Income, Test Scores, and ReturnsApplies skewness and kurtosis to three concrete data contexts and shows how shape statistics change which summary measures you should trust.