Suppose that $\mathbf{y} \sim N(\mathbf{n},\sigma^2\mathbf{I})$ and $\mathbf{n} \sim N(\boldsymbol{\mu},\boldsymbol{\Sigma})$. I want to integrate the following:
$$\int [\mathbf{y}\mid\mathbf{n},\sigma^2][\mathbf{n} \mid \boldsymbol{\mu},\boldsymbol{\Sigma}] \, d\mathbf{n},$$ where $[\cdot]$ indicates a probability distribution.
I take it that $\mathbf{y}$ and $\mathbf{n}$ have multivariate normal distributions, so I really want to solve the integral:
$$\int (2\pi)^{-\frac{1}{2}(k+k)} \det(\sigma^2\mathbf{I})^{-1/2} \det(\boldsymbol{\Sigma})^{-1/2} \exp\left[-\frac{1}{2}((\mathbf{y}-\mathbf{n})^T (\sigma^2\mathbf{I})^{-1}(\mathbf{y}-\mathbf{n}) + (\mathbf{n}-\boldsymbol{\mu})^T(\boldsymbol{\Sigma})^{-1}(\mathbf{n}-\boldsymbol{\mu})\right] \, d\mathbf{n},$$
where $k$ is the dimension of y and of n.
However, I don't know what to do next. Is there some standard trick that mathematicians use to complete this integration? I take it that the result is a multivariate normal. Thank you.