Content deleted Content added
Ramin Nakisa (talk | contribs) No edit summary |
No edit summary |
||
Line 1:
This algorithm can draw samples from any [[probability distribution]] P(x), requiring only that the density can be calculated at x. The algorithm generates a set of states x<sup>t</sup> which is a [[Markov chain]] because each state x<sup>t</sup> depends only on the previous state x<sup>t-1</sup>. The algorithm depends on the creation of a ''proposal density'' Q(x<sup>t</sup>
Q(x<sup>t</sup>;x') ~ N(x'-x<sup>t</sup>,σ<sup>2</sup>I).
This proposal density would generate samples centred around the current state with variance σ<sup>2</sup>I. So we draw a new proposal state from Q(x<sup>t</sup>,x') and then calculate a value
|