TOPICS
Search

Hotelling's T^2 Test


Hotelling's T^2 test is a multivariate generalization of Student's t-test. For a random sample x_1,...,x_n from a p-dimensional multivariate normal distribution, let x^_ be the sample mean and let S be the unbiased sample covariance matrix

 S=1/(n-1)sum_(i=1)^n(x_i-x^_)(x_i-x^_)^T.
(1)

To test the null hypothesis that the population mean is mu_0, the one-sample statistic is

 T^2=n(x^_-mu_0)^TS^(-1)(x^_-mu_0).
(2)

When the null hypothesis holds and n>p,

 fracn-pp(n-1)T^2∼F_(p,n-p).
(3)

For two independent multivariate normal samples of sizes n_1 and n_2 having a common covariance matrix, let S_1 and S_2 be their unbiased sample covariance matrices, and define the pooled sample covariance matrix by

 S_p=((n_1-1)S_1+(n_2-1)S_2)/(n_1+n_2-2).
(4)

The statistic for testing equality of the two population mean vectors is

 T^2=(n_1n_2)/(n_1+n_2)(x^__1-x^__2)^TS_p^(-1)(x^__1-x^__2),
(5)

and under the null hypothesis,

 fracn_1+n_2-p-1p(n_1+n_2-2)T^2∼F_(p,n_1+n_2-p-1).
(6)

Thus both forms can be evaluated using the F-distribution. The test requires a nonsingular estimated covariance matrix and is therefore unsuitable without modification when the dimension is too large relative to the sample size.


See also

Covariance Matrix, F-Distribution, Hotelling T2 Distribution, Multivariate Normal Distribution

Explore with Wolfram|Alpha

References

NIST/SEMATECH. "Hotelling T Squared." §6.5.4.3 in NIST/Sematech Engineering Statistics Internet Handbook. https://www.itl.nist.gov/div898/handbook/pmc/section5/pmc543.htm.Winer, B. J. Statistical Principles in Experimental Design. New York: McGraw-Hill, 1962.

Referenced on Wolfram|Alpha

Hotelling's T^2 Test

Cite this as:

Weisstein, Eric W. "Hotelling's T^2 Test." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/HotellingsT-SquaredTest.html

Subject classifications