powered by
calculate skewness
skewness.ade(x, na.rm=FALSE, w=NULL)
a single number of skewness from x
a numeric vector
a logical value indicating whether NA values should be stripped before the computation proceeds.
weights
kurtosis.ade
x<-rnorm(1000) skewness.ade(x)
Run the code above in your browser using DataLab