skewness {quantileDA} | R Documentation |
A function that compute the conventional skewness measure
Description
A function that compute the conventional skewness measure according to the third standardized moment of x
Usage
skewness(x)
Arguments
x |
A vector of observations. |
Value
A scalar which measures the skewness
Author(s)
Christian Hennig, Cinzia Viroli
See Also
See Also galtonskew
Examples
data(ais)
skewness(ais[,4])
[Package quantileDA version 1.2 Index]