When we describe data using mean, median, mode, and standard deviation, we understand its center and spread.
But to truly grasp how data behaves, we must also understand its shape โ thatโs where Skewness and Kurtosis come in.
Letโs explore what they mean, how to calculate them, and how to interpret them with examples.
๐ฏ What is Skewness?
Skewness measures the asymmetry (or tilt) of a data distribution.
- A symmetric distribution (like the normal curve) has equal tails on both sides.
- A positively skewed (right-skewed) distribution has a longer right tail โ meaning there are a few large values pulling the mean to the right.
- A negatively skewed (left-skewed) distribution has a longer left tail โ meaning there are a few small values pulling the mean to the left.
๐ Types of Skewness
| Type | Description | MeanโMedianโMode Relationship | Shape |
|---|---|---|---|
| Symmetrical | Data evenly distributed | Mean = Median = Mode |  |
| Positively skewed | Tail on right | Mean > Median > Mode | Tail stretches right |
| Negatively skewed | Tail on left | Mean < Median < Mode | Tail stretches left |

๐งฎ Formula for Skewness
There are several measures, but the most common are:
1. Karl Pearsonโs Coefficient of Skewness

If the mode is not known, you can use:

Where:

2. Moment-based Coefficient (Population formula)

If Sk > 0 โ right skewed;
If Sk < 0 โ left skewed.
๐ก Example 1: Calculating Skewness (Karl Pearsonโs method)
| Value (X) | Frequency (f) |
|---|---|
| 10 | 2 |
| 20 | 4 |
| 30 | 6 |
| 40 | 5 |
| 50 | 3 |
Compute:

Median class lies near 30โ40 โ approximate Median = 34 (using cumulative frequency).
Mode โ 30 (highest frequency).
Standard deviation (given or computed) (s = 11.18)

โ
Interpretation:
Since Sk = +0.40, the distribution is positively skewed โ slightly right-tailed.
๐ What is Kurtosis?
Kurtosis measures the peakedness or flatness of a data distribution compared to a normal distribution.
While skewness tells us direction, kurtosis tells us sharpness โ how concentrated or spread out the tails are.
๐งฎ Formula for Kurtosis

We often express excess kurtosis as:

Where 3 is the kurtosis of a normal distribution.
๐ Types of Kurtosis
| Type | Excess Kurtosis | Description | Shape |
|---|---|---|---|
| Mesokurtic | = 0 | Normal curve | Moderate peak |
| Leptokurtic | > 0 | Heavy tails, sharper peak | Tall and thin |
| Platykurtic | < 0 | Light tails, flatter top | Broad and flat |

๐ก Example 2: Calculating Kurtosis
Suppose the following data represents test scores of 5 students:
| X | 60 | 65 | 70 | 75 | 80 |
|---|

โ
Interpretation:
The data is platykurtic, meaning itโs flatter than the normal curve โ values are more evenly spread out.
๐ Quick Comparison
| Measure | Meaning | Normal Distribution Value | Indicates |
|---|---|---|---|
| Skewness | Symmetry | 0 | +ve โ right tail, โve โ left tail |
| Kurtosis | Peakedness | 3 (or 0 excess) | +ve โ sharper, โve โ flatter |
๐ง Practical Insights
- Skewness affects meanโmedian relationship, influencing how averages misrepresent the data.
- Kurtosis helps identify outliers and risk โ especially in finance, where leptokurtic returns mean extreme highs and lows.
โ๏ธ Final Thoughts
Understanding Skewness and Kurtosis is essential for interpreting data beyond averages.
A dataset might have the same mean and standard deviation but look completely different when visualized โ because its shape matters.
Next time you analyze data, take a moment to check:
- Is it skewed?
- Is it flat or peaked?
These insights can make your interpretation much more accurate and powerful.
๐ Summary Formula Sheet

๐ Further Reading
- Field, A. (2013). Discovering Statistics Using IBM SPSS Statistics. SAGE Publications.
A comprehensive text that explains skewness and kurtosis with practical SPSS-based examples, ideal for applied learners. - Keller, G. (2017). Statistics for Management and Economics. Cengage Learning.
Provides an intuitive explanation of distribution shapes and their importance in managerial decision-making. - Wackerly, D., Mendenhall, W., & Scheaffer, R. L. (2014). Mathematical Statistics with Applications. Cengage Learning.
Offers the theoretical foundation and derivation of skewness and kurtosis measures. - Wikipedia: Skewness | Kurtosis
Excellent for quick conceptual refreshers with mathematical definitions and examples. - Khan Academy: Shape of Distributions โ Skewness and Kurtosis
Easy-to-follow visual explanations suitable for beginners and students. - Laerd Statistics: Assessing Normality using Skewness and Kurtosis
Practical interpretation guide โ explains how to interpret skewness and kurtosis values when checking for normality.









Leave a comment