Calculates the kurtosis of the values in a data set.
This is a measure of the shape of a distribution of values.
Syntax:
KURT(list)
Returns the kurtosis of the values in the list.
list may be an array, a range of cells, or a comma-separated list of values.
Example:
KURT(A1:A15)
returns the kurtosis of the contents of cells in the range A1:A15
.