View source: R/mcmcFrancesco.R
DR | R Documentation |
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 )
startValue |
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 |
iterations to run |
nBI |
number of burnin |
parmin |
minimum values for the parameter vector or NULL if FUN is of class BayesianSetup |
parmax |
maximum values for the parameter vector or NULL if FUN is of class BayesianSetup |
f1 |
scaling factor for first proposal |
f2 |
scaling factor for second proposal |
FUN |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.