This function summarizes key information of a GP, DGP or linked (D)GP emulator.
Usage
# S3 method for gp
summary(object, ...)
# S3 method for dgp
summary(object, ...)
# S3 method for lgp
summary(object, ...)
Arguments
- object
can be one of the following:
the S3 class
gp
.the S3 class
dgp
.the S3 class
lgp
.
- ...
N/A.
Details
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.