<r>This is a pretty simple-minded question, but here goes.Suppose I have the following set up, where x and y are gaussian random variables, m, s1, s2 are constants (m is a mean, s1 and s2 are variances):x|y ~ N(y,s1)y ~ N(m,s2)From this, I can determine thatx ~ N(m,s1+s2)Now I would like to invert t...