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