View source: R/WarpKrigingClass.R
| update.WarpKriging | R Documentation |
Update a WarpKriging model with new observations
## S3 method for class 'WarpKriging'
update(object, y_u, X_u, refit = TRUE, ...)
object |
WarpKriging object |
y_u |
new observations |
X_u |
new input matrix |
refit |
logical; if TRUE (default), re-optimise hyperparameters |
... |
ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.