geary | R Documentation |
This function computes an estimator of Geary's measure of kurtosis.
geary(x, na.rm = FALSE)
x |
a numeric vector, matrix or data frame. |
na.rm |
logical. Should missing values be removed? |
The Geary's kurtosis is computed by dividing average difference between observation and the mean by standard deviation of the sample.
Lukasz Komsta
Geary, R.C. (1936). Moments of the ratio of the mean deviation to the standard deviation for normal samples. Biometrika, 28, 295-307.
kurtosis
, bonett.test
set.seed(1234) geary(rnorm(1000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.