powered by
Compute the kurtosis of a probability distribution.
kurtosis(x)
a numeric vector containing the values whose kurtosis is to be computed
Kurtosis of x
x
Any NA values are stripped from x before computation takes place.
Sheskin, D.J. (2000) Handbook of Parametric and Nonparametric Statistical Procedures, Second Edition. Boca Raton, Florida: Chapman & Hall/CRC.
skewness
kurtosis(mtcars$mpg)
Run the code above in your browser using DataLab