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