Usage
gpr2sample(x.ctrl, y.ctrl, x.case = NULL, y.case, x.targets, noise.ctrl = NULL, noise.case = NULL, nsnoise = TRUE, nskernel = TRUE, expectedmll = FALSE, params.ctrl = NULL, params.case = NULL, defaultparams = NULL, lbounds = NULL, ubounds = NULL, lockatzero = FALSE, optim.restarts = 3, derivatives = FALSE)
Arguments
x.ctrl
input points (control)
y.ctrl
output values (control)
x.case
input points (case)
y.case
output values (case)
noise.ctrl
observational noise
noise.case
observational noise
nsnoise
estimate non-stationary noise function from replicates, if available
nskernel
use non-stationary kernel (default)
expectedmll
use expected MLL optimization criteria
params.ctrl
kernel parameters (control)
params.case
kernel parameters (case)
defaultparams
initial parameters for optimization
lbounds
lower bounds for parameter optimization
ubounds
upper bounds for parameter optimization
lockatzero
estimate a pseudo-observation for time 0
optim.restarts
restarts in the gradient ascent (default=3)
derivatives
compute also GP derivatives