mc {LambertW} | R Documentation |
Robust measure of skewness.
mc(x)
x |
data |
robust skewness measure
Georg M. Goerg
Brys, G., M. Hubert, and A. Struyf (2004). “A robust measure of skewness”. Journal of Computa- tional and Graphical Statistics 13 (4), 996 - 1017.
x=rnorm(100) mc(x) y=rLambertW(n=100, theta=c(0.4,1,2)) mc(y)