Skip to contents

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.

Value

A table summarizing key information contained in object.

Details

See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.

Examples

if (FALSE) {

# See gp(), dgp(), or lgp() for an example.
}