due to popular request, assignment 5 is now due Monday, April 5.
Mladen
Idea is that you have joint posterior p(m,s|D), you can factorize it
into
p(m,s|D) = p(m|s,D)p(s|D). Then to sample from the joint you first
sample s \sim p(s|D) and then m \sim p(m|s,D) to get sample (m,s).