test.MQ1 {mnt} | R Documentation |
Manzotti-Quiroz test 1
Description
Performs the first test of multivariate normality of Manzotti and Quiroz (2001).
Usage
test.MQ1(data, MC.rep = 10000, alpha = 0.05)
Arguments
data |
a n x d matrix of d dimensional data vectors. |
MC.rep |
number of repetitions for the Monte Carlo simulation of the critical value |
alpha |
level of significance of the test |
Value
a list containing the value of the test statistic, the approximated critical value and a test decision on the significance level alpha
:
$Test
name of the test.
$param
value tuning parameter.
$Test.value
the value of the test statistic.
$cv
the approximated critical value.
$Decision
the comparison of the critical value and the value of the test statistic.
#'
References
Manzotti, A., Quiroz, A.J. (2001), Spherical harmonics in quadratic forms for testing multivariate normality, Test, 10:87-104, DOI
See Also
Examples
test.MQ1(MASS::mvrnorm(50,c(0,1),diag(1,2)),MC.rep=100)
[Package mnt version 1.3 Index]