Usage
DREAM(bayesianSetup, settings = list(iterations = 10000, nCR = 3, gamma =
NULL, eps = 0, e = 0.05, pCRupdate = TRUE, updateInterval = 10, burnin = 0,
thin = 1, adaptation = 0.2, DEpairs = 2, consoleUpdates = 10, startValue =
NULL, currentChain = 1, message = TRUE))
Arguments
bayesianSetup
Object of class 'bayesianSetup' or 'bayesianOuput'.
settings
list with parameter values
iterations
Number of model evaluations
nCR
parameter determining the number of cross-over proposals. If nCR = 1 all parameters are updated jointly.
updateInterval
determining the intervall for the pCR update
gamma
Kurtosis parameter Bayesian Inference Scheme. Default is 0.
eps
Ergodicity term. Default to 0.
e
Ergodicity term. Default to 5e-2.
pCRupdate
Update of crossover probabilities, default is TRUE
burnin
number of iterations treated as burn-in. These iterations are not recorded in the chain.
thin
thin thinning parameter. Determines the interval in which values are recorded.
adaptation
Number or percentage of samples that are used for the adaptation in DREAM (see Details).
DEpairs
Number of pairs used to generate proposal
startValue
eiter a matrix containing the start values (see details), an integer to define the number of chains that are run, a function to sample the start values or NUll, in which case the values are sampled from the prior.
consoleUpdates
Intervall in which the sampling progress is printed to the console
message
logical determines whether the sampler's progress should be printed