Differences between revisions 1 and 2
Revision 1 as of 2025-11-09 20:17:21
Size: 984
Comment: Initial commit
Revision 2 as of 2026-02-17 15:29:12
Size: 978
Comment: Links
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
'''Mardia's test''' is a statistical test for [[Statistics/NormalDistribution|multivariate normality]]. '''Mardia's test''' is a statistical test for [[Analysis/NormalDistribution|multivariate normality]].
Line 25: Line 25:
The null hypothesis is that a sample has a [[Statistics/NormalDistribution|multivariate normal distribution]]. Suppose that there are ''n'' observations and ''k'' variables. The null hypothesis is that a sample has a [[Analysis/NormalDistribution|multivariate normal distribution]]. Suppose that there are ''n'' observations and ''k'' variables.
Line 27: Line 27:
It follows that the sample skewness, scaled by ''n/6'', has a [[Statistics/ChiSquaredDistribution|chi-squared distribution]] with ''k(k + 1)(k + 2)/6'' degrees of freedom. It follows that the sample skewness, scaled by ''n/6'', has a [[Analysis/ChiSquaredDistribution|chi-squared distribution]] with ''k(k + 1)(k + 2)/6'' degrees of freedom.

Mardia's Test

Mardia's test is a statistical test for multivariate normality.


Description

Mardia's test is derived from the calculations of multivariate skewness and kurtosis.


Usage

Test for Multivariate Normality

The null hypothesis is that a sample has a multivariate normal distribution. Suppose that there are n observations and k variables.

It follows that the sample skewness, scaled by n/6, has a chi-squared distribution with k(k + 1)(k + 2)/6 degrees of freedom.

Furthermore, it follows that the following statistic based on sample kurtosis is normally distributed:

stat.svg

If either test statistic is less than the critical level, the null hypothesis is rejected.


CategoryRicottone

Statistics/MardiasTest (last edited 2026-02-17 15:29:12 by DominicRicottone)