MQ1 {mnt}R Documentation

first statistic of Manzotti and Quiroz

Description

This function returns the value of the first statistic of Manzotti and Quiroz (2001).

Usage

MQ1(data)

Arguments

data

a n x d matrix of d dimensional data vectors.

Value

Value of the test statistic

References

Manzotti, A., and Quiroz, A.J. (2001), Spherical harmonics in quadratic forms for testing multivariate normality, Test, 10:87–104, DOI

Examples

MQ1(MASS::mvrnorm(50,c(0,1),diag(1,2)))


[Package mnt version 1.3 Index]