gp | R Documentation |
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,
...
)
x |
Numeric vector or matrix of features, i.e. independent variables |
y |
Numeric vector of outcome, i.e. dependent variable |
new.x |
(Optional) Numeric vector or matrix of new set of features
Must have same set of columns as |
x.name |
Character: Name for feature set |
y.name |
Character: Name for outcome |
print.plot |
Logical: if TRUE, draw plot when done |
lwd |
Line width for plotting |
cex |
Character expansion factor for plotting |
par.reset |
Logical. Reset |
... |
Additional arguments to be passed to tgp::bgp |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.