Returns a measure of how peaked or flat a distribution is.
KURT(number1, number2, ... number30)
number1 to number30 are up to 30 numbers or ranges/arrays containing numbers.
KURT returns the kurtosis, a measure of how peaked or flat a distribution is, relative to a normal distribution. Positive values indicate a relatively peaked distribution, and negative a relatively flat distribution. KURT calculates:
for the n >= 4 numbers having a standard deviation s > 0.
KURT(A1:A30)
returns the kurtosis of the numbers in A1:A30.
KURT(1, 3, 4, 5, 7)
returns 0.2, indicating that this (too small to be useful) distribution is slightly peaked.
Analyzing Student Test Scores
The KURT function measures the kurtosis of a dataset. Kurtosis describes the shape of a distribution's tails in relation to its central peak.
Let's imagine we are a school administrator analyzing the results of a standardized math test across two different classes: Class A and Class B. We want to see how the scores are distributed in each class.
Here is the data for the test scores (out of 100):
Table: Math Test Scores
Student ID | Class | Score | ||
|---|---|---|---|---|
A | B | C | ||
1 | 101 | A | 75 | |
2 | 102 | A | 78 | |
3 | 103 | A | 80 | |
4 | 104 | A | 82 | |
5 | 105 | A | 85 | |
6 | 106 | B | 60 | |
7 | 107 | B | 70 | |
8 | 108 | B | 80 | |
9 | 109 | B | 90 | |
10 | 110 | B | 100 |
Using the KURT function, the school administrator can make data-driven decisions:
This example illustrates how the KURT function can provide a concise numerical summary of a dataset's shape, which in turn can reveal underlying characteristics that are not immediately obvious from just looking at the average score.
Result of KURT for Class A:
Result of KURT for Class B:
PRODUCT & FEATURES
RESOURCES
Terms | Privacy | Spam Policy
© 2026 Zapof