Conditional expectation multivariate distributions

104 Views Asked by At

Let $\pmatrix{X\\Y\\Z} \sim \mathcal N\left(\pmatrix{0\\0\\0},\pmatrix{1&\rho_{12}&\rho_{13}\\\rho_{12} & 1 & \rho_{23}\\\rho_{13}&\rho_{23}&1}\right)$.

Compute $E[XY|Z]$.

I have no idea how to do it. Any ideas?