kurtosis
From moments v0.14
by Lukasz Komsta
Pearson's measure of kurtosis
This function computes the estimator of Pearson's measure of kurtosis.
- Keywords
- univar
Usage
kurtosis(x, na.rm = FALSE)
Arguments
- x
- a numeric vector, matrix or data frame.
- na.rm
- logical. Should missing values be removed?
See Also
Examples
set.seed(1234)
kurtosis(rnorm(1000))
Community examples
Looks like there are no examples yet.