I have 4 random variables, say A,B,C and D and some data X. I can obtain the conditional pdfs P(A|B,C,D,X),..., P(D|A,B,C,X) up to proportionality. I would like to sample from the joint pdf P(A,B,C,D|X).
This can easily be done via metropolis hastings. However I wish to also have the...