doMCMC: doMCMC

View source: R/doMCMC.R

doMCMCR Documentation

doMCMC

Description

Helpfunction to do MCMC

Usage

doMCMC(logLik, th0, Sigma0, niter = NULL, delta = NULL)

Arguments

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)


oyvble/MPSproto documentation built on March 19, 2024, 5:32 a.m.