Returns the kurtosis of a data set.
Bu işlev, Google E-Tablolar'da Excel'deki gibi çalışır — aynı söz dizimi ve bağımsız değişkenler.
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)Sonuç: -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.