kurtosis {npde} | R Documentation |
Kurtosis
Description
Computes the kurtosis.
Usage
kurtosis(x)
Arguments
x |
a numeric vector containing the values whose kurtosis is to be computed. NA values are removed in the computation. |
Details
If , then the kurtosis of
is defined as:
Value
The kurtosis of x
.
References
G. Snedecor, W. Cochran. Statistical Methods, Wiley-Blackwell, 1989
Examples
x <- rnorm(100)
kurtosis(x)
[Package npde version 3.5 Index]