Fit a gaussian process
gp(x, y, new.x = NULL, x.name = "x", y.name = "y",
print.plot = TRUE, lwd = 3, cex = 1.2, par.reset = TRUE, ...)
Numeric vector or matrix of features, i.e. independent variables
Numeric vector of outcome, i.e. dependent variable
(Optional) Numeric vector or matrix of new set of features
Must have same set of columns as x
Character: Name for feature set
Character: Name for outcome
Logical: if TRUE, draw plot when done
Line width for plotting
Character expansion factor for plotting
Logical. Reset par
to its original state
Additional arguments to be passed to tgp::bgp