singleLocalProposal {beast} | R Documentation |
Move 3.b
Description
Implement Metropolis-Hastings Move 3.b.
Usage
singleLocalProposal(cutPoints, nTime, mhSinglePropRange, startPoint)
Arguments
cutPoints |
Current state |
nTime |
Number of time-points |
mhSinglePropRange |
Prior parameter. |
startPoint |
Optional. |
Value
newState |
Candidate state |
propRatio |
Proposal ratio |
Author(s)
Panagiotis Papastamoulis
[Package beast version 1.1 Index]