kurtosis.ade | R Documentation |
calculate kurtosis
kurtosis.ade(x, na.rm=FALSE)
x |
a numeric vector |
na.rm |
a logical value indicating whether NA values should be stripped before the computation proceeds. |
a single number of kurtosis from x
skewness.ade
x<-rnorm(1000) kurtosis.ade(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.