FAQ/mvnormc - CBU statistics Wiki

Please enter your password of your account at the remote wiki below.
/!\ You should trust both wikis because the password could be read by the particular administrators.

Clear message
location: FAQ / mvnormc

Multivariate Normality testing

A useful statistic for checking multivariate Normality, Mardia's (1970,1974) multivariate kurtosis coefficient, which can be normalised and compared to a Standard Normal Distribution may be evaluated using MATLAB code, using R code or the statistical software package EQS (1995) which is available for use in CBSU. Most other structural equation modelling software should also routinely compute Mardia's kurtosis coefficient.

For N cases with p variables and a sample covariance matrix, S, we have

g(2,p) = N-1 Sum(i=1^N) [ (z(t) - zbar})T} S-1 (z(t) - zbar) ]2 - p(p+2)

where vectors, z(t) and zbar are individual case score and mean vectors.

and the normalised estimate

g(2,p) / Sqrt{(8p(p+2)/N)}

The hypothesis of multivariate Normality should be rejected for both large and small of the normalised estimate values when using very large samples ie values above +1.96 or below -1.96.

MANOVA is robust to modest violations of multivariate Normality for equal sample sizes, df of 20 in the univariate analyses or at least 20 observations in cells when dealing with unequal samples (Tabachnick and Fidell, 2007).

A Fortran 77 program for evaluating Kant's method for testing multivariate normality is also available together with test data sets and references for other methods. It is contained in this zip file here.

A SPSS macro from DeCarlo (1997) for evaluating Mardia's g2 test of kurtosis and skewness (g1) are available from here. In this article DeCarlo points out that a lack of univariate skewness and kurtosis are necessary but not sufficient conditions for multivariate skewness, kurtosis and normality.

Note: A slightly edited version of DeCarlo's SPSS macro is reproduced here where full stops have been added to the comment lines (asterisked) and the DO IF statement to allow the program to run.

References

Bentler P.M. (1995) EQS Structural Equations Program Manual. Multivariate software Inc. :Enchino, CA.

DeCarlo L.T. (1997) On the meaning and use of kurtosis. Psychological Methods, 2, 292-307.

Mardia, K.V. (1970) Measures of multivariate skewness and kurtosis with applications. Biometrika, 57, 519-530.

Mardia, K.V. (1974) Applications of some measures of multivariate skewness and kurtosis in testing normality and robustness studies. Sankhya, B36, 115-128.

Tabachnick, B. G. and Fidell, L. S. (2007) Using multivariate statistics. Pearson International:Boston,USA.