PBMCMC

This note is mainly based on Chapter 12 of Liu (2008).

Adaptive Direction Sampling (ADS): Snooker Algorithm

Conjugate Gradient Monte Carlo (CGMC)

where MTM refers to

and its simplified version orientational bias Monte Carlo (OBMC) when w(x,y)=π(x)w(\mathbf x, \mathbf y)=\pi(\mathbf x):

Bimodal Example

whose contour plot is

For the general MH procedure:

For CGMC, there is a long way to go. Firstly, find out the derivative of target pdf and find the anchor point:

Then implement MTM algorithm for sampling radius rr:

Finally, we can combine these sub-procedures:

Refer to bimodal-example.jl for the complete source code. Run the program, I can reproduce Fig 11.1 successfully,

Evolutionary Monte Carlo (EMC)

Last updated