proposeTheta {beast} | R Documentation |
Proposes an update of θ according to Metropolis-Hastings move 2.
proposeTheta(thetaOld, tau, alpha, beta)
thetaOld |
Current values |
tau |
Parameter c. |
alpha |
null |
beta |
null |
mean |
proposed values. |
Panagiotis Papastamoulis