Let $Y_i$ be a normal random variable given by noisy measurements of a normal random variable $X$ with have zero mean and variance $\sigma_X^2$ such that
$$Y_i = X + W_i$$
The noise $W_i$ are mutually independent, independent of $X$, and zero mean with variance $\sigma_W^2$. I am trying to find the minimum mean square error estimate of $X$ and the maximum a posterior estimate of $X$, but my question is how do I calculate the conditional density or joint density of $X$ and $Y$ since they are not independent. The MMSE and MAP will be straightforward if I can properly calculate the conditional and joint densities.
If $X$ and $Y$ were independent, I could simply calculate $f_{x,y}(x,y)=f_x(x)f_y(y)$ then calculate $f_{x|y}(x|y) = \frac{f_{x,y}(x,y)}{f_y(y)}$.
Or, if I could calculate $f_{y|x}(y|x)$, then I could simply calculate $f_{x|y}(x|y) = \frac{f_{y|x}(y|x)f_x(x)}{f_y(y)}$.