Statskurt Method |
Name | Description | |
---|---|---|
kurtR, C(FrameR, C) |
For each numerical column, returns the kurtosis of the values in a series.
The function skips over missing values and `NaN` values. When there are less than 4 values,
the result is NaN.
[category:Frame statistics]
| |
kurtK(SeriesK, Double) |
Returns the kurtosis of the values in a series. The function skips over missing
values and `NaN` values. When there are less than 4 values, the result is NaN.
[category:Series statistics]
|