What is the Proposal Distribution?
• The proposal distribution (also called the transition kernel) is a
probability distribution used to generate a candidate next state in the
Markov chain based on the current state.
Role of Proposal Distribution
• Proposes new samples to explore the target distribution space.
• Determines the efficiency of the MCMC algorithm.
• Balances exploration (jumping far) vs. exploitation (small steps).
Characteristics of a Good Proposal
Distribution
• Should cover the support of the target distribution (possible values).
• Should allow the Markov chain to mix well (move around the space
efficiently).
• Should be easy to sample from.
• Should make acceptance rate reasonable (not too high or low).
Types of Proposal Distributions