Description Usage Arguments Value Author(s) See Also
This auxiliary function defines options for the MCMC-algorithm used by
pois.krige.bayes
, binom.krige.bayes
, binom.krige
and pois.krige
.
1 2 | mcmc.control(S.scale, Htrunc, S.start, burn.in, thin, n.iter, phi.start,
phi.scale)
|
S.scale |
proposal variance for the update of S in the algorithm. |
Htrunc |
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. |
S.start |
starting value for |
burn.in |
length of the burn-in period. Default is 0. |
thin |
thinning: only every |
n.iter |
number of iterations performed. Default is
|
phi.start |
starting value for phi. Default is the median of |
phi.scale |
proposal variance for the update of phi in the algorithm. |
A list with processed arguments to be passed to the main function.
Ole F. Christensen OleF.Christensen@agrsci.dk,
Paulo J. Ribeiro Jr. Paulo.Ribeiro@est.ufpr.br.
pois.krige.bayes
, binom.krige.bayes
,
binom.krige
and pois.krige
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.