Syntax
| Parameter | Description |
|---|---|
| value1 | Parameter of the KURT function. |
| [value2 | (Optional.) Parameter of the KURT function. |
| ...] | Parameter of the KURT function. |
Examples
Stock return kurtosis
=KURT(C2:C253)
Manufacturing quality
=KURT(B2:B500)
Normality check
=ABS(KURT(D2:D1000)) < 1
Common Errors
Fewer than 4 data points. Kurtosis requires at least 4 numeric values.
Non-numeric direct arguments.
Tips
KURT returns excess kurtosis (normal distribution = 0). Some texts use raw kurtosis where normal = 3. If you need raw kurtosis, add 3 to the result.
High positive kurtosis (fat tails) means extreme events are more likely than normal assumptions predict. This is critical in financial risk models — ignoring fat tails led to underestimating risk in the 2008 crisis.
Use SKEW and KURT together to characterize a distribution. Skewness tells you about asymmetry, kurtosis about tail heaviness.
Try KURT in Viztab
Import your data and use KURT with 370+ other formulas. No signup required.
Open Viztab