Skip to main content
Since 1.3.0 Calculate the kurtosis from a two-dimensional statistical aggregate for the given dimension. For example, kurtosis_y() calculates the kurtosis for all the values of the y variable, independent of values of the x variable. The kurtosis is the fourth statistical moment. It is a measure of “tailedness” of a data distribution compared to a normal distribution.

Samples

Calculate the kurtosis of a sample containing the integers from 0 to 100:
This returns something like:

Arguments

The syntax is:

Returns