localProposal {beast} | R Documentation |
Implements Move 3.b of the Metropolis-Hastings MCMC sampler.
localProposal(cutPoints, nTime, mhPropRange, startPoint)
cutPoints |
Current configuration of change-points. |
nTime |
Total number of time-points. |
mhPropRange |
Parameter |
startPoint |
Integer, at least equal to 2. |
newState |
Candidate state of the chain. |
propRatio |
Proposal ratio. |
Panagiotis Papastamoulis