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.
Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| summary | StatsSummary2D | - | ✔ | The statistical aggregate produced by a stats_agg call |
| method | TEXT | sample | - | The method used for calculating the kurtosis. The two options are population and sample, which can be abbreviated to pop or samp |
Returns
| Column | Type | Description |
|---|---|---|
| kurtosis_y | kurtosis_x | DOUBLE PRECISION | The kurtosis of the values in the statistical aggregate |