Estimate the kurtosis of a numeric distribution.
Details
The function computes the moment-based kurtosis
$$ \frac{n \sum_i (x_i - \bar{x})^4} {\left(\sum_i (x_i - \bar{x})^2\right)^2} $$
Missing values are removed by default.
This returns the usual kurtosis, not excess kurtosis. A normal distribution
has kurtosis close to 3.
See also
Other data analysis:
acf_vec(),
estimate_acf(),
estimate_mode(),
estimate_pacf(),
estimate_skewness(),
pacf_vec(),
summarise_data(),
summarise_split(),
summarise_stats()
