prior.GP(m, cov = c("isotropic", "separable", "sim"))
prior.CGP(m, cov = c("isotropic", "separable", "sim"))
prior.ConstGP(m, cov.GP = c("isotropic", "separable", "sim"),
cov.CGP = cov.GP)"isotropic" or "separable" power
exponential correlation function with power 2 -- nugget included;
a single index model ("sim") capability is provided as By making the output $drate and/or $grate
values negative causes the corresponding lengthscale d
parameter(s) and nugget d parameter to be fixed at the
reciprocal of their absolute values, respectively. This effectively
turns off inference for these values, and allows one to study the GP
predictive distribution as a function of fixed values. When both
are fixed it is sensible to use only one particle (P=1, as an
argument to PL)
init.GP and pred.GP. The object returned
may be modified as necessary. The prior.ConstGP is essentially the combination
of prior.GP and prior.CGP
for regression and classification GP models, respectively
Gramacy, R. and Lee, H. (2010).
PL, lpredprob.GP,
propagate.GP, init.GP,
pred.GP## See the demos via demo(package="plgp") and the examples
## section of ?plgpRun the code above in your browser using DataLab