|
Size: 1184
Comment: Simplify
|
Size: 1267
Comment: Moving to analysis
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ## page was renamed from Statistics/HotellingsTSquaredDistribution | |
| Line 13: | Line 14: |
| The T-squared distribution is a generalization of the [[Statistics/StudentsTDistribution|t distribution]] for multiple jointly normally distributed variables. | The T-squared distribution is used for the generalization of [[Statistics/StudentsTTest|t tests]] for multiple jointly [[Analysis/NormalDistribution|normally distributed]] variables. It is in fact a scaled version of the [[Analysis/FDistribution|F distribution]]. |
| Line 21: | Line 22: |
Note that this is a scaled version of the [[Statistics/FDistribution|F distribution]]. |
Hotelling's T-squared Distribution
Hotelling's T-squared distribution is a multivariate generalization of the t distribution.
Description
The T-squared distribution is used for the generalization of t tests for multiple jointly normally distributed variables. It is in fact a scaled version of the F distribution.
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).
Usage
Probability Tests
Much like how the t distribution is used for t tests, this distribution is used for multivariate t tests.
