We are given $n$ i.i.d Gaussian random variables $x_i$ with mean $0$ and variance $1$. We construct two Chi-squared random variables $Y=\sum_{i \in I_1} x_i^2$ and $Z=\sum_{i \in I_2} x_i^2$ with $|I_1|=|I_2|$. Compute $\Pr(Y\le Z)$.
I know that if $Y$ and $Z$ are independent $A:=Y-Z$ would be a random variable as well that is Chi-square distributed. And then we could compute the probability that $\Pr(A\ge 0)$ with the regularized Gaussian function $P$.
But what do I do if they are not independent?