Learn R Programming

quantileDA (version 1.2)

skewness: 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)

Value

A scalar which measures the skewness

Arguments

x

A vector of observations.

Author

Christian Hennig, Cinzia Viroli

See Also

See Also galtonskew

Examples

Run this code
data(ais)
skewness(ais[,4])

Run the code above in your browser using DataLab