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.

$X_{1}$ and $X_{2}$ are independent, chi-square distributed random variables. I've managed to show that $Z=X_{1}+X_{2}$ is independent of $\frac{X_{1}}{Z}$. How do I conclude then that $Z=X_{1}+X_{2}$ is independent of $(\frac{X_{1}}{Z},\frac{X_{2}}{Z})$?

share|improve this question
Are you sure these assertions are true? – Michael Chernick Oct 1 '12 at 1:19
Yes, they are true. Thanks. – Ken Dunn Oct 1 '12 at 1:21
i doubt it. Can you show me why? – Michael Chernick Oct 1 '12 at 1:25
Is it due to the fact that $X_{2} = Z - X_{1}$? – Ken Dunn Oct 1 '12 at 1:27
1  
Okay so then if I assume you that you worked that out for the chi square distributions then as you pointed out since X2=Z-X1 X2/Z=1-X1/Z which is just a constant minus a random variable that is independent of Z and hence is independent of Z. – Michael Chernick Oct 1 '12 at 1:57
show 6 more comments

1 Answer

We have $$\left(\frac{X_1}Z,\frac{X_2}Z\right)=\left(\frac{X_1}{X_1+X_2},\frac{X_2}{X_1+X_2}\right)=(0,1)+\left(\frac{X_1}{X_1+X_2},-\frac{X_1}{X_1+X_2}\right),$$ hence you just have to show that $Z$ is independent of $\frac{X_1}Z(1,-1)$, which is the case by what you showed.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.