Suppose the random variables X and Y both take on values in the interval (0,B). Suppose that the joint density of X given Y=y is
f(x∣y)=C(y)exp(−xy)0and the joint density of Y given X=x is
f(y∣x)=C(x)exp(−xy)0where C(y) is some constant that depends on y and C(x) is some constant that depends on X. Give a method (write it down....no need to code it up) on how you would simulate values of X and Y. BE AS SPECIFIC AS POSSIBLE. If you plan to simulate from a distribution, tell me what exactly the distribution is and exactly how you will simulate from it.