mcmc.GP.Rd
Function to sample from a GP model that is assumed to be a -lnLikelihood surface with flat priors and bounded region
mcmc.GP(
gp,
x0,
nmcmc,
rng,
format = "lin",
mix = "joint",
splinefuns = NULL,
jmp0 = 0.35 * (rng[, 2] - rng[, 1]),
ar.target = 0.5,
priors = NA,
settings,
run.block = TRUE,
n.of.obs,
llik.fn,
hyper.pars,
resume.list = NULL
)
Gaussian Process
initial values
number of iterations
range of knots
lin = lnlike fcn, log = log(lnlike)
each = jump each dim. independently, joint = jump all at once
spline functions, not used
initial jump variances
acceptance rate target
prior list
PEcAn settings list
is this a new run or making the previous chain longer
number of observations
list that contains likelihood functions
hyper parameters
list of needed info if we are running the chain longer