smcmc | R Documentation |
synlik
.MCMC parameter estimation for objects of class synlik
.
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(), ...)
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 |
An object of class smcmc
.
Matteo Fasiolo <matteo.fasiolo@gmail.com>, code for adaptive step from the adaptMCMC package.
Vihola, M. (2011) Robust adaptive Metropolis algorithm with coerced acceptance rate. Statistics and Computing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.