You are on page 1of 4

Markov chain Monte Carlo - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/Markov_chain_Monte_Carlo

Markov chain Monte Carlo


From Wikipedia, the free encyclopedia

Markov chain Monte Carlo (MCMC) methods (which include random walk Monte Carlo methods) are a class of algorithms for sampling from probability distributions based on constructing a Markov chain that has the desired distribution as its equilibrium distribution. The state of the chain after a large number of steps is then used as a sample of the desired distribution. The quality of the sample improves as a function of the number of steps. Usually it is not hard to construct a Markov chain with the desired properties. The more difficult problem is to determine how many steps are needed to converge to the stationary distribution within an acceptable error. A good chain will have rapid mixingthe stationary distribution is reached quickly starting from an arbitrary positiondescribed further under Markov chain mixing time. Typical use of MCMC sampling can only approximate the target distribution, as there is always some residual effect of the starting position. More sophisticated MCMC-based algorithms such as coupling from the past can produce exact samples, at the cost of additional computation and an unbounded (though finite in expectation) running time. The most common application of these algorithms is numerically calculating multi-dimensional integrals. In these methods, an ensemble of "walkers" moves around randomly. At each point where the walker steps, the integrand value at that point is counted towards the integral. The walker then may make a number of tentative steps around the area, looking for a place with reasonably high contribution to the integral to move into next. Random walk methods are a kind of random simulation or Monte Carlo method. However, whereas the random samples of the integrand used in a conventional Monte Carlo integration are statistically independent, those used in MCMC are correlated. A Markov chain is constructed in such a way as to have the integrand as its equilibrium distribution. This is often easy to do. Multi-dimensional integrals often arise in Bayesian statistics, computational physics, computational biology and computational linguistics, so Markov chain Monte Carlo methods are widely used in those fields. For example, see Gill[1] and Robert & Casella.[2]

Contents
1 Random walk algorithms 2 Avoiding random walks 3 Changing dimension 4 See also 5 Notes 6 References 7 Further reading 8 External links

Random walk algorithms


Many Markov chain Monte Carlo methods move around the equilibrium distribution in relatively small steps,

1 of 4

2012/05/28 04:38 PM

Markov chain Monte Carlo - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/Markov_chain_Monte_Carlo

with no tendency for the steps to proceed in the same direction. These methods are easy to implement and analyze, but unfortunately it can take a long time for the walker to explore all of the space. The walker will often double back and cover ground already covered. Here are some random walk MCMC methods: MetropolisHastings algorithm: Generates a random walk using a proposal density and a method for rejecting proposed moves. Gibbs sampling: Requires that all the conditional distributions of the target distribution can be sampled exactly. Popular partly because when this is so, the method does not require any 'tuning'. Slice sampling: Depends on the principle that one can sample from a distribution by sampling uniformly from the region under the plot of its density function. This method alternates uniform sampling in the vertical direction with uniform sampling from the horizontal 'slice' defined by the current vertical position. Multiple-try Metropolis: A variation of the MetropolisHastings algorithm that allows multiple trials at each point. This allows the algorithm to generally take larger steps at each iteration, which helps combat problems intrinsic to large dimensional problems.

Avoiding random walks


More sophisticated algorithms use some method of preventing the walker from doubling back. These algorithms may be harder to implement, but may exhibit faster convergence (i.e. fewer steps for an accurate result). Successive over-relaxation: A Monte Carlo version of this technique can be seen as a variation on Gibbs sampling; it sometimes avoids random walks. Hybrid Monte Carlo (HMC): Tries to avoid random walk behaviour by introducing an auxiliary momentum vector and implementing Hamiltonian dynamics where the potential energy function is the target density. The momentum samples are discarded after sampling. The end result of Hybrid MCMC is that proposals move across the sample space in larger steps and are therefore less correlated and converge to the target distribution more rapidly. Some variations on slice sampling also avoid random walks.[3] Langevin MCMC and other methods that rely on the gradient (and possibly second derivative) of the log posterior avoid random walks by making proposals that are more likely to be in the direction of higher probability density.[4]

Changing dimension
The reversible-jump method is a variant of MetropolisHastings that allows proposals that change the dimensionality of the space. This method was proposed in 1995 by Peter Green of Bristol University.[5] Markov chain Monte Carlo methods that change dimensionality have also long been used in statistical physics applications, where for some problems a distribution that is a grand canonical ensemble is used (e.g., when the number of molecules in a box is variable). Some sort of reversible-jump variant is also needed when doing MCMC or Gibbs sampling over nonparametric Bayesian models such as those involving the Dirichlet process or Chinese restaurant process, where the number of mixing components/clusters/etc. is automatically inferred from the data.

See also
Bayesian inference Particle filter

2 of 4

2012/05/28 04:38 PM

Markov chain Monte Carlo - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/Markov_chain_Monte_Carlo

Notes
1. ^ Jeff Gill (2008). Bayesian methods: a social and behavioral sciences approach (http://worldcat.org /isbn/1-58488-562-9) (Second Edition ed.). London: Chapman and Hall/CRC. ISBN 1-58488-562-9. http://worldcat.org/isbn/1-58488-562-9. 2. ^ Christian P Robert & Casella G (2004). Monte Carlo statistical methods (http://worldcat.org/isbn/0-387-21239-6) (Second Edition ed.). New York: Springer. ISBN 0-387-21239-6. http://worldcat.org/isbn/0-387-21239-6. 3. ^ Radford M. Neal, "Slice Sampling". The Annals of Statistics, 31(3):705767, 2003. 4. ^ Stramer, O., & Tweedie, R. (1999). Langevin-Type Models II: Self-Targeting Candidates for MCMC Algorithms* (http://www.springerlink.com/content/x0457012t0gxj858/) . Methodology and Computing in Applied Probability. 1 (3), 307328. 5. ^ P. J. Green. Reversible-jump Markov chain Monte Carlo computation and Bayesian model determination. Biometrika, 82(4):711732, 1995

References
Christophe Andrieu et al., "An Introduction to MCMC for Machine Learning" (http://www.cs.princeton.edu/courses /archive/spr06/cos598C/papers/AndrieuFreitasDoucetJordan2003.pdf) , 2003 Bernd A. Berg. "Markov Chain Monte Carlo Simulations and Their Statistical Analysis". Singapore, World Scientific 2004. George Casella and Edward I. George. "Explaining the Gibbs sampler". The American Statistician, 46:167174, 1992. (Basic summary and many references.) A.E. Gelfand and A.F.M. Smith. "Sampling-Based Approaches to Calculating Marginal Densities". J. American Statistical Association, 85:398409, 1990. Andrew Gelman, John B. Carlin, Hal S. Stern, and Donald B. Rubin. Bayesian Data Analysis. London: Chapman and Hall. First edition, 1995. (See Chapter 11.) S. Geman and D. Geman. "Stochastic Relaxation, Gibbs Distributions, and the Bayesian Restoration of Images". IEEE Transactions on Pattern Analysis and Machine Intelligence, 6:721741, 1984. Radford M. Neal, Probabilistic Inference Using Markov Chain Monte Carlo Methods (http://www.cs.utoronto.ca /~radford/review.abstract.html) , 1993. Gilks W.R., Richardson S. and Spiegelhalter D.J. "Markov Chain Monte Carlo in Practice". Chapman & Hall/CRC, 1996. C.P. Robert and G. Casella. "Monte Carlo Statistical Methods" (second edition). New York: Springer-Verlag, 2004. R. Y. Rubinstein and D. P. Kroese. Simulation and the Monte Carlo Method (second edition). New York: John Wiley & Sons, 2007. ISBN 978-0-470-17794-5 R. L. Smith "Efficient Monte Carlo Procedures for Generating Points Uniformly Distributed Over Bounded Regions", Operations Research, Vol. 32, pp. 12961308, 1984. Asmussen and Glynn "Stochastic Simulation: Algorithms and Analysis", Springer. Series: Stochastic Modelling and Applied Probability, Vol. 57, 2007. P. Atzberger, "An Introduction to Monte-Carlo Methods." [1] (http://www.math.ucsb.edu/~atzberg/spring2006 /monteCarloMethod.pdf) . Bolstad, William M. (2010) Understanding Computational Bayesian Statistics, John Wiley ISBN 0-470-04609-8

Further reading
Diaconis, Persi, "The Markov chain Monte Carlo revolution" (http://www.ams.org/bull/2009-46-02 /S0273-0979-08-01238-X/S0273-0979-08-01238-X.pdf) , Bull. Amer. Math. Soc. (2009) Press, WH; Teukolsky, SA; Vetterling, WT; Flannery, BP (2007), "Section 15.8. Markov Chain Monte Carlo" (http://apps.nrbook.com/empanel/index.html#pg=824) , Numerical Recipes: The Art of Scientific Computing (3rd ed.), New York: Cambridge University Press, ISBN 978-0-521-88068-8, http://apps.nrbook.com/empanel /index.html#pg=824 Richey, Matthew, "The Evolution of Markov Chain Monte Carlo Methods", The American Mathematical Monthly, May 2010, 383-413

3 of 4

2012/05/28 04:38 PM

Markov chain Monte Carlo - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/Markov_chain_Monte_Carlo

External links
MCMC sampling and other methods in a basic overview (http://www.bioss.ac.uk/students/alexm /MCMCintroPresentation.pdf) , by Alexander Mantzaris Visual demonstration of MCMC sampling methods (Java applet) (http://www.lbreyer.com/classic.html) , by Laird Breyer A Toy Example of MCMC sampling (http://www.ece.sunysb.edu/~zyweng/MCMCexample.html) , by Zhiyuan Weng MCL - a cluster algorithm for graphs (http://micans.org/mcl/) , by Stijn van Dongen Retrieved from "http://en.wikipedia.org/w/index.php?title=Markov_chain_Monte_Carlo&oldid=490369839" Categories: Monte Carlo methods Markov chain Monte Carlo Computational statistics Markov models This page was last modified on 2 May 2012 at 21:57. Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. See Terms of use for details. Wikipedia is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.

4 of 4

2012/05/28 04:38 PM

You might also like