Content deleted Content added
Swapping x^t and x' in some places, guessing what it means |
Interpreting meaning of proposal density matching target |
||
Line 36:
</math>
The Markov chain is started from a random initial value x<sup>0</sup> and the algorithm is run for a few thousand iterations so that this initial state is "forgotten". These samples, which are discarded, are known as <em>burn-in</em>. The algorithm works best if the proposal density matches the shape of the target distribution P(x), that is Q(x';x<sup>t</sup>) ≈ P(x'), but in most cases this is unknown. If a Gaussian proposal is used the variance parameter σ<sup>2</sup> has to be tuned during the burn-in period. This is usually done by calculating the ''acceptance rate'', which is the fraction of proposed samples that is accepted in a window of the last N samples. This is usually set to be around 60%. 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 P(x). 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 a<sub>1</sub> will be very small.
== References ==
|