Multivariate Behrens–Fisher problem

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In statistics, the multivariate Behrens–Fisher problem is the problem of testing for the equality of means from two multivariate normal distributions when the covariance matrices are unknown and possibly not equal. Since this is a generalization of the univariate Behrens-Fisher problem, it inherits all of the difficulties that arise in the univariate problem.

Notation and problem formulation

Let X_{ij} \sim \mathcal{N}_p(\mu_i,\, \Sigma_i) \ \ (j=1,\dots,n_i; \ \ i=1,2)\ be independent random samples from two p-variate normal distributions with unknown mean vectors \mu_i and unknown dispersion matrices \Sigma_i. The index i refers to the first or second population, and the jth observation from the ith population is X_{ij}.

The multivariate Behrens–Fisher problem is to test the null hypothesis H_0 that the means are equal versus the alternative H_1 of non-equality:

 H_0 : \mu_1 = \mu_2 \ \ \text{vs} \ \ H_1 : \mu_1 \neq \mu_2.

Define some statistics, which are used in the various attempts to solve the multivariate Behrens–Fisher problem, by

 
\begin{align}
\bar{X_i} &= \frac{1}{n_i} \sum_{j=1}^{n_i} X_{ij}, \\
A_i &= \sum_{j=1}^{n_i} (X_{ij} - \bar{X_i})(X_{ij} - \bar{X_i})', \\

S_i &= \frac{1}{n_i - 1} A_i, \\

\tilde{S_i} &= \frac{1}{n_i}S_i, \\

\tilde{S} &= \tilde{S_1} + \tilde{S_2}, \quad \text{and} \\

T^2 & = (\bar{X_1} - \bar{X_2})'\tilde{S}^{-1}(\bar{X_1} - \bar{X_2}).

\end{align}

The sample means \bar{X_i} and sum-of-squares matrices A_i are sufficient for the multivariate normal parameters \mu_i, \Sigma_i,\ (i=1,2), so it suffices to perform inference be based on just these statistics. The distributions of \bar{X_i} and A_i are independent and are, respectively, multivariate normal and Wishart:[1]


\begin{align}
\bar{X_i} &\sim \mathcal{N}_p \left(\mu_i, \Sigma_i/n_i \right), \\

A_i &\sim W_p(\Sigma_i, n_i - 1).
\end{align}

Background

In the case where the dispersion matrices are equal, the distribution of the T^2 statistic is known to be an F distribution under the null and a noncentral F-distribution under the alternative.[1]

The main problem is that when the true values of the dispersion matrix are unknown, then under the null hypothesis the probability of rejecting H_0 via a T^2 test depends on the unknown dispersion matrices.[1] In practice, this dependency harms inference when the dispersion matrices are far from each other or when the sample size is not large enough to estimate them accurately.[1]

Now, the mean vectors are independently and normally distributed,

 \bar{X_i} \sim \mathcal{N}_p \left(\mu_i, \Sigma_i/n_i \right),

but the sum  A_1 + A_2 does not follow the Wishart distribution,[1] which makes inference more difficult.

Proposed solutions

Proposed solutions are based on a few main strategies:[2][3]

Approaches using the T2 with approximate degrees of freedom

Below, \mathrm{tr} indicates the trace operator.

Yao (1965)

(as cited by [6])

T^2 \sim \frac{\nu p}{\nu-p+1}F_{p,\nu-p+1},

where


\begin{align}
\nu &= 
\left[ \frac{1}{n_1}
\left(
\frac{\bar{X}_d'\tilde{S}^{-1}\tilde{S}_1 \tilde{S}^{-1}\bar{X_d}} 
     {\bar{X}_d'\tilde{S}^{-1}\bar{X}_d}
\right)^2 + 
\frac{1}{n_2}
\left(
\frac{\bar{X}_{d}'\tilde{S}^{-1}\tilde{S}_2 \tilde{S}^{-1}X_d^{-1}}
     {\bar{X}_d'\tilde{S}^{-1} \bar{X}_d}
\right)^{2} 
\right]^{-1}, \\

\bar{X}_d & = \bar{X}_{1}-\bar{X}_2. 
\end{align}

Johansen (1980)

(as cited by [6])

 T^2 \sim q F_{p,\nu},

where

 
\begin{align}
q   &= p + 2D - \frac{6D}{p(p-1)+2}, \\

\nu &= \frac{p(p+2)}{3D}, \\
\end{align}

and


\begin{align}
D = \frac{1}{2}\sum_{i=1}^2 \frac{1}{n_i} \Bigg\{ \ 
& \mathrm{tr}\left[{\left( I - (\tilde{S}_1^{-1} + \tilde{S}_2^{-1})^{-1} \tilde{S}_i^{-1}\right)}^2\right] \\

& {}+ {\left[\mathrm{tr}\left(I -(\tilde{S}_1^{-1} + \tilde{S}_2^{-1})^{-1} \tilde{S}_i^{-1}\right)\right]}^2 \ \Bigg\}. \\
\end{align}

Nel and Van der Merwe's (1986)

(as cited by [6])


T^2 \sim \frac{\nu p}{\nu-p+1}F_{p,\nu-p+1},

where


\nu = 
\frac{
 \mathrm{tr}(\tilde{S}^2) + [\mathrm{tr}(\tilde{S})]^2}
{
 \frac{1}{n_1} \left\{ \mathrm{tr}(\tilde{S_{1}}^2) + [\mathrm{tr}(\tilde{S_1})]^2\right \} + 
 \frac{1}{n_2} \left\{ \mathrm{tr}(\tilde{S_2}^2) + [\mathrm{tr}(\tilde{S_{2}})]^2 \right \}
}.

Comments on performance

Kim (1992) proposed a solution that is based on a variant of T^2. Although its power is high, the fact that it is not invariant makes it less attractive. Simulation studies by Subramaniam and Subramaniam (1973) show that the size of Yao's test is closer to the nominal level than that of James's. Christensen and Rencher (1997) performed numerical studies comparing several of these testing procedures and concluded that Kim and Nel and Van der Merwe's tests had the highest power. However, these two procedures are not invariant.

Krishnamoorthy and Yu (2004)

Krishnamoorthy and Yu (2004) proposed a procedure which adjusts in Nel and Var der Merwe (1986)'s approximate df for the denominator of T^2 under the null distribution to make it invariant. They show that the approximate degrees of freedom lies in the interval \left[\min\{n_1,n_2\},n_1+n_2\right] to ensure that the degrees of freedom is not negative. They report numerical studies that indicate that their procedure is as powerful as Nel and Van der Merwe's test for smaller dimension, and more powerful for larger dimension. Overall, they claim that their procedure is the better than the invariant procedures of Yao (1965) and Johansen (1980). Therefore, Krishnamoorthy and Yu's (2004) procedure has the best known size and power as of 2004.

The test statistic T^2 in Krishnmoorthy and Yu's procedure follows the distribution  T^2 \sim \nu pF_{p,\nu-p+1}/(\nu-p+1), where

 \nu = 
\frac{p+p^2}
{
\frac{1}{n_1}\{\mathrm{tr}[(\tilde{S}_1 \tilde{S}^{-1})^2]+[\mathrm{tr}(\tilde{S}_1 \tilde{S}^{-1})]^2\} + 
\frac{1}{n_2} \{\mathrm{tr}[(\tilde{S}_2 \tilde{S}^{-1})^2]+[\mathrm{tr}(\tilde{S}_2 \tilde{S}^{-1})]^{2}\}
}.

References

  1. 1.0 1.1 1.2 1.3 1.4 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. 3.0 3.1 Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. 6.0 6.1 6.2 Lua error in package.lua at line 80: module 'strict' not found.
  • Rodríguez-Cortés, F. J. and Nagar, D. K. (2007). Percentage points for testing equality of mean vectors. Journal of the Nigerian Mathematical Society, 26:85–95.
  • Gupta, A. K., Nagar, D. K., Mateu, J. and Rodríguez-Cortés, F. J. (2013). Percentage points of a test statistic useful in manova with structured covariance matrices. Journal of Applied Statistical Science, 20:29-41.