Returns the kurtosis of a data set.
Esta función funciona igual en Google Sheets que en Excel: misma sintaxis y mismos argumentos.
KURT(number1, [number2], ...)The KURT function measures the 'tailedness' of a probability distribution, indicating whether the data has more or less extreme outliers than a normal distribution. A positive kurtosis indicates a peaked distribution, while a negative kurtosis indicates a flatter distribution.
=KURT(1, 2, 3, 4, 5)Resultado: -1.3
Calculates the kurtosis for a simple set of five consecutive integers.
A kurtosis value of 0 indicates that the distribution has a shape similar to a normal distribution.