The Delayed Rejection Algorithm (Tierney and Mira, 1999)
DR(
startValue = NULL,
iterations = 10000,
nBI = 0,
parmin = NULL,
parmax = NULL,
f1 = 1,
f2 = 0.5,
FUN
)
vector with the start values for the algorithm. Can be NULL if FUN is of class BayesianSetup. In this case startValues are sampled from the prior.
iterations to run
number of burnin
minimum values for the parameter vector or NULL if FUN is of class BayesianSetup
maximum values for the parameter vector or NULL if FUN is of class BayesianSetup
scaling factor for first proposal
scaling factor for second proposal
function to be sampled from or object of class bayesianSetup
Francesco Minunno
Tierney, Luke, and Antonietta Mira. "Some adaptive Monte Carlo methods for Bayesian inference." Statistics in medicine 18.1718 (1999): 2507-2515.