Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this exercise, we will try two MCMC algorithms to sample data following a Wigner semicircle distribution. The probability density function 2 Let's consider
In this exercise, we will try two MCMC algorithms to sample data following a Wigner semicircle distribution. The probability density function 2 Let's consider a different MCMC algorithm called slice sampler. With slice sampler, we will follow the following steps to draw random samples: Given Xt, the random sample drawn at the t-th step, sample Yt U[O, p(Xt)]. Given Yt above, sample Xt+l uniform distribution on the set {x : 2 Yt}. xt Figure 2: An illustrative example of slice sampler We can show that {Xt : t > 1} is a Markov chain. Can you prove that p(x) is the stationary distribution of this chain? (Hint: similar to the proof of Metropolis-Hastings that we've discussed in class, check detailed balance condition.)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started