update | R Documentation |
This function updates the training input and output of a GP or DGP emulator with an option to refit the emulator.
update(object, X, Y, refit, reset, verb, ...)
## S3 method for class 'dgp'
update(
object,
X,
Y,
refit = TRUE,
reset = FALSE,
verb = TRUE,
N = NULL,
cores = 1,
ess_burn = 10,
B = NULL,
...
)
## S3 method for class 'gp'
update(object, X, Y, refit = TRUE, reset = FALSE, verb = TRUE, ...)
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
An updated object
.
The following slots:
loo
and oos
created by validate()
;
results
created by predict()
; and
design
created by design()
in object
will be removed and not contained in the returned object.
## Not run:
# See alm(), mice(), or vigf() for an example.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.