Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I need to find an appropriate statistical test (likelihood ratio test, t-test, etc.) on the following: Let $\{X_i;Y_i\}^n_{i=1}$ be an i.i.d. sample of a random vector $(X;Y)$ and assume that $\bigl( \begin{smallmatrix} Y\\ X \end{smallmatrix} \bigr)$~$N$ $\left[\bigl( \begin{smallmatrix} \mu_1\\ \mu_2 \end{smallmatrix} \bigr), \bigl( \begin{smallmatrix} 1 & .5\\ .5 & 1 \end{smallmatrix} \bigr) \right]$. The hypotheses are: $H_0=\mu_1+\mu_2\le 1$; $H_1=\mu_1+\mu_2\gt 1$

By looking at this information, how do I know which test is the most appropriate? Is it because the data is i.i.d. I can simply take a likelihood ratio test? A good explanation on what test is more appropriate than another one would be greatly appreciated. This would definitely clear my mind.

share|improve this question
11  
Have you noticed that $X+Y\sim N(\mu_1+\mu_2, 3)$ and $X-Y\sim N(\mu_2-\mu_1, 1)$ are uncorrelated and jointly normal, whence they are independent? Thus you can digest your dataset into $\{(X_i+Y_i)\}$, view it as a set of iid realizations of a Normal distribution with known variance and unknown mean, and ask how to compare its mean to zero. This is an elementary textbook problem with a well-known answer (a Z test). – whuber Oct 9 '12 at 4:54
@whuber thanks! I will look into this more carefully. Thanks for the insight. – CharlesM Oct 9 '12 at 4:58
@whuber what I find difficult though is that I face a composite hypothesis testing and I don't know how to set this is up. any suggestion would be welcomed – CharlesM Oct 9 '12 at 19:11
1  
@whuber it is a previous year practice exam question - so yes not the test itself – CharlesM Oct 10 '12 at 17:10
1  
@whuber Shouldn't the $X-Y$ distribution have $\mu_1-\mu_2$ as its mean? I realize it doesn't matter for this problem, but it just worries me to see the typo sitting there. – Glen_b May 16 at 8:26
show 6 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.