Suppose we have three independent normally distributed random variables $$ X_0 \sim \mathcal{N}(\mu_0, \sigma_0^2), $$ $$ X_1 \sim \mathcal{N}(\mu_1, \sigma_1^2), $$ $$ X_2 \sim \mathcal{N}(\mu_2, \sigma_2^2).$$
Now, define two new random variables $Y_0 = X_0+X_1$ and $Y_1 = X_1+X_2$.
Let $\vec{Y} = [Y_0 \;\;\; Y_1]^T$
What can we say about the distribution of $\vec{Y}$? Obviously, $Y_0$ and $Y_1$ are not independent. If they were, then $\vec{Y}$ would have been a multivariate normal variable. Any ideas?

