control
a list of control parameters containing the following elements: sig2
: starting value for $\sigma^2$ (BM rate); a
: starting for the state at the root node; y
: starting values for the states at all internal nodes excluding the root (should be labeled with node numbers); pr.mean
: means for the prior distributions in the following order - sig2
, a
, y
, note that the prior probability distribution is exponential for sig2
and normal for a
and y
; pr.var
: variances on the prior distributions, same order as pr.mean
(but the variance is not used for sig2
); prop
: variances on the normal proposal distributions in the same order as pr.mean
; sample
: sample frequency from the MCMC.