mc {LambertW}R Documentation

MedCouple Estimator

Description

Robust measure of skewness.

Usage

mc(x)

Arguments

x data

Value

robust skewness measure

Author(s)

Georg M. Goerg

References

Brys, G., M. Hubert, and A. Struyf (2004). “A robust measure of skewness”. Journal of Computa- tional and Graphical Statistics 13 (4), 996 - 1017.

Examples

x=rnorm(100)
mc(x)
y=rLambertW(n=100, theta=c(0.4,1,2))
mc(y)


[Package LambertW version 0.1.0 Index]