doMCMC | R Documentation |
Helpfunction to do MCMC
doMCMC(logLik, th0, Sigma0, niter = NULL, delta = NULL)
logLik |
Objective function to perform MCMC on |
th0 |
Start value of parameters |
Sigma0 |
Assumed covariance matrix of sampler |
niter |
Number of samples to draw |
delta |
Scaling covariance of the sampler (tweaking acceptance rate) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.