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 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