draw.GP(Zt, prior, l = 3, h = 4, thin = 10, Y = NULL)
draw.CGP(Zt, prior, l = 3, h = 4, thin = 10)
draw.ConstGP(Zt, prior, l = 3, h = 4, thin = 10)pold, a new parameter is proposed as
p = runif(1, p*l/h, p*h/l). Such proposals are then
accepted (or rejected) via the MH acceptance ratioZtstart; see PL and the demos.
Internally, they are used in the PL propagate
step, e.g., propagate.GP draw.ConstGP is a combination
of the draw.GP and draw.CGP methods, which are
for regression and classification GPs, respectively
Gramacy, R. and Lee, H. (2010).
init.GP, propagate.GP,
PL## See the demos via demo(package="plgp") and the examples
## section of ?plgpRun the code above in your browser using DataLab