
Generate a list of values for MCMC algorithm
bdp_dw_mcmc_params_gen(
Ntotal = 110000,
burnin = 60000,
thin = 10,
adaptive.batchSize = 50,
adaptive.targetAcceptanceRate = 0.44
)
A list of MCMC parameter values
total number of iterations to run the Markov chain
number of initial iterations to be discarded
thinning number (for post-processing of the posterior sample)
the batch size for the adaptive MCMC algorithm for sampling tau
the target acceptance rate for the adaptive MCMC algorithm for sampling tau