contMCMC_CMR: Function to continue sampling a fit, without adaptation.

Description Usage Arguments Value

View source: R/contMCMC_CMR.R

Description

After an initial trial with MCMC_CMR which has seemingly reasonable mixing, this function can be used to continue sampling using the estimated covariance proposal matrix.

Usage

1
contMCMC_CMR(fit, x0 = NULL, niter = 1e+05, nthin = 10, ...)

Arguments

fit

is the output from MCMC_CMR

x0

is the initial parameter values for continued sampling. If not given taken as the last parameter set from fit

niter

is the number of iterations

nthin

is the thinning of the chain

Value

a fit structure of class CMR_fit


josteist/Compadre documentation built on June 3, 2021, 1:02 p.m.