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