Returns the kurtosis of a data set. Kurtosis characterizes the relative peakedness or flatness of a distribution.
Sample Usage
KURT(1,2,3,4,5)
KURT(A2:A6)
Syntax
KURT(value1, [value2, ...])
- value1 - The first number or range of the dataset.
- value2, .. - [OPTIONAL] Additional numbers or ranges to include in the dataset.
Examples
KURT(1,2,3,4,5) returns a value of -1.2.
KURT(A2:A6) returns the kurtosis of the dataset in cells A2 through A6.