updateNumberOfCutpoints {beast} | R Documentation |
Move 1
Description
Update the number of change-points according to Metropolis-Hastings move 1.
Usage
updateNumberOfCutpoints(cutPoints, nTime, startPoint, LRange, birthProbs)
Arguments
cutPoints |
Current configuration |
nTime |
Number of time-points |
startPoint |
Optional integer |
LRange |
Range of possible values |
birthProbs |
Birth probabilities |
Value
newState |
Candidate state |
propRatio |
Proposal ratio |
Author(s)
Panagiotis Papastamoulis
[Package beast version 1.1 Index]