KKurt {mnt} | R Documentation |
Koziols measure of multivariate sample kurtosis
Description
This function computes the invariant measure of multivariate sample kurtosis due to Koziol (1989).
Usage
KKurt(data)
Arguments
data |
a n x d matrix of d dimensional data vectors. |
Details
Multivariate sample kurtosis due to Koziol (1989) is defined by
where ,
, are the scaled residuals,
is the sample mean and
is the sample covariance matrix of the random vectors
. To ensure that the computation works properly
is needed. If that is not the case the function returns an error. Note that for
, we have a measure proportional to the squared sample kurtosis.
Value
value of sample kurtosis in the sense of Koziol.
References
Koziol, J.A. (1989), A note on measures of multivariate kurtosis, Biom. J., 31:619–624.
Examples
KKurt(MASS::mvrnorm(50,c(0,1),diag(1,2)))
[Package mnt version 1.3 Index]