smcmc {synlik} | R Documentation |
MCMC parameter estimation for objects of class synlik
.
Description
MCMC parameter estimation for objects of class synlik
.
Usage
smcmc(object, initPar, niter, nsim, propCov, burn = 0,
priorFun = function(param, ...) 0, targetRate = NULL, recompute = FALSE,
multicore = !is.null(cluster), cluster = NULL, ncores = detectCores() -
1, control = list(), ...)
Arguments
object |
An object of class |
initPar |
see |
niter |
see |
nsim |
see |
propCov |
see |
burn |
see |
priorFun |
see |
targetRate |
see |
recompute |
see |
multicore |
see |
cluster |
an object of class |
ncores |
see |
control |
see |
... |
additional arguments to be passed to |
Value
An object of class smcmc
.
Author(s)
Matteo Fasiolo <matteo.fasiolo@gmail.com>, code for adaptive step from the adaptMCMC package.
References
Vihola, M. (2011) Robust adaptive Metropolis algorithm with coerced acceptance rate. Statistics and Computing.
[Package synlik version 0.1.6 Index]