Content deleted Content added
Jackliddle (talk | contribs) can't see whats wrong with that reference |
cat update & fmt |
||
Line 1:
[[Image:Metropolis_hastings_algorithm.png|thumb|350px|The Sampling [[probability distribution | distribution]] ''Q'' determines the next point to move to in the [[random walk]].]]
In [[mathematics]] and [[physics]], the '''Metropolis-Hastings algorithm''' is an [[algorithm]] used to generate a sequence of samples from the [[probability distribution]] of one or more variables.
The purpose of such a sequence is to approximate the distribution (as with a histogram), or to compute an integral (such as an expected value).
Line 61 ⟶ 62:
If the proposal steps are too small the chain will ''mix slowly'' (i.e., it will move around the space slowly and converge slowly to <math>p(x)</math>).
If the proposal steps are too large the acceptance rate will be very low because the proposals are likely to land in regions of much lower probability density so <math>a_1</math> will be very small.
== See also==▼
* [[Simulated annealing]]▼
== References ==
* Bernd A. Berg. "Markov Chain Monte Carlo Simulations and Their Statistical Analysis". Singapore, World Scientific 2004.
* Chib, Siddhartha and Edward Greenberg: "Understanding the Metropolis–Hastings Algorithm". American Statistician, 49, 327–335, 1995
Line 68 ⟶ 74:
* N. Metropolis, A.W. Rosenbluth, M.N. Rosenbluth, A.H. Teller, and E. Teller. "Equations of State Calculations by Fast Computing Machines". ''Journal of Chemical Physics'', 21:1087-1092, 1953.
▲== See also==
▲* [[Simulated annealing]]
▲[[Category:Algorithms]]
[[Category:Sampling techniques]]
|