Learn R Programming

quantileDA (version 1.2)

galtonskew: A function that compute the Galton's skewness

Description

The function compute the Galton's skewness index on a set of observations.

Usage

galtonskew(x)

Value

A scalar which measures the Galton's skewness

Arguments

x

A vector of observations.

Author

Christian Hennig, Cinzia Viroli

See Also

See Also kelleyskew

Examples

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

Run the code above in your browser using DataLab