Returns the kurtosis, a measure of how peaked or flat a distribution is, compared to a normal distribution. Positive values indicate a relatively peaked distribution, while negative values indicate a relatively flat distribution.
Syntax
Examples
|
Formula |
Result |
|
=KURT(A2:A10) |
2.11710405 |
|
=KURT(2;4;7;1;) |
0.12987013 |
|
=KURT(Data) |
-0.506852973 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#DIV/0! |
|
Similar Functions