updateNumberOfCutpoints {beast} | R Documentation |
Update the number of change-points according to Metropolis-Hastings move 1.
updateNumberOfCutpoints(cutPoints, nTime, startPoint, LRange, birthProbs)
cutPoints |
Current configuration |
nTime |
Number of time-points |
startPoint |
Optional integer |
LRange |
Range of possible values |
birthProbs |
Birth probabilities |
newState |
Candidate state |
propRatio |
Proposal ratio |
Panagiotis Papastamoulis