|
⇤ ← Revision 1 as of 2025-11-07 22:20:21
Size: 1234
Comment: Initial commit
|
Size: 1184
Comment: Simplify
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 17: | Line 17: |
| * two sample means as ''x,,1,,'' and ''x,,2,,'' |
Hotelling's T-squared Distribution
Hotelling's T-squared distribution is a multivariate generalization of the t distribution.
Description
The T-squared distribution is a generalization of the t distribution for multiple jointly normally distributed variables.
Consider the univariate case: there are
two samples of size n1 and n2
a pooled variance as s2.
These sample means are characterized by the t distribution with n1 + n2 - 2 degrees of freedom.
The T-squared distribution generalizes this to p variables. The distribution is notated as T2(p, n1+n2-2).
Note that this is a scaled version of the F distribution.
Usage
Probability Tests
Much like how the t distribution is used for t tests, this distribution is used for multivariate t tests.
