proposeTheta {beast} | R Documentation |
Move 2
Description
Proposes an update of \theta
according to Metropolis-Hastings move 2.
Usage
proposeTheta(thetaOld, tau, alpha, beta)
Arguments
thetaOld |
Current values |
tau |
Parameter |
alpha |
null |
beta |
null |
Value
mean |
proposed values. |
Author(s)
Panagiotis Papastamoulis
[Package beast version 1.1 Index]