This auxiliary function defines options for the MCMC-algorithm used by
pois.krige.bayes
, binom.krige.bayes
, binom.krige
and pois.krige
.
mcmc.control(S.scale, Htrunc, S.start, burn.in, thin, n.iter, phi.start,
phi.scale)
proposal variance for the update of \(S\) in the algorithm.
truncation parameter for the MCMC-algorithm. Only used for the Poisson model. Either a number or a vector of the same dimension as the data. Default is Htrunc = 2*data + 5.
starting value for S
(without the mean !!) in
the MCMC-algorithm. Default value exist. Should either
be a vector of the same length as the data, S.start="random"
, or S.start="default"
length of the burn-in period. Default is 0.
thinning: only every thin
scan is stored. Default is thin=10
.
number of iterations performed. Default is
n.iter=1000*thin
.
starting value for \(\phi\). Default is the median of prior$phi.discrete
.
proposal variance for the update of \(\phi\) in the algorithm.
A list with processed arguments to be passed to the main function.
pois.krige.bayes
, binom.krige.bayes
,
binom.krige
and pois.krige
.