이 함수는 Google Sheets에서도 Excel과 동일하게 작동합니다 — 구문과 인수가 같습니다.
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)결과: -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.