この関数は Google スプレッドシートでも 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.