Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| summary | StatsSummary1D | - | ✔ | 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 | DOUBLE PRECISION | The kurtosis of the values in the statistical aggregate |