Kurtosis is a statistical measure that describes the shape of a probability distribution. Specifically, it quantifies the "tailedness" of the distribution of data. Kurtosis indicates whether the tails of a given distribution contain extreme values.
Formula and Its Meaning
The formula for kurtosis is:
\[ Kurt = \frac{\frac{1}{n}\sum_{i=1}^{n} (x_i - \bar{x})^4}{s^4} - 3 \]
Where:
\(x_i\) are the individual values in a dataset
\(\bar{x}\) is the mean of the dataset
\(n\) is the number of data points
\(s\) is the standard deviation of the dataset
The "-3" in the formula is used to make the kurtosis of a normal distribution equal to zero.
Interpretation of Kurtosis Values
Kurtosis = 0: Indicates a normal distribution (mesokurtic)
Kurtosis > 0: Indicates a heavy-tailed distribution (leptokurtic)
Kurtosis < 0: Indicates a light-tailed distribution (platykurtic)
Calculation Steps
Calculate the mean of the dataset.
Calculate the standard deviation of the dataset.
For each data point, subtract the mean and raise the result to the fourth power.
Calculate the average of these values.
Divide by the fourth power of the standard deviation.
Subtract 3 from the result.
Example Calculation
Let's calculate the kurtosis for the dataset: 1, 2, 3, 4, 5
This graph illustrates different kurtosis shapes. The blue curve represents a leptokurtic distribution (high kurtosis), the green curve a mesokurtic distribution (normal kurtosis), and the red curve a platykurtic distribution (low kurtosis).
Need a Custom Calculator?
We can create a free, personalized calculator just for you!