summary {dgpsi}R Documentation

Summary of a constructed GP, DGP, or linked (D)GP emulator

Description

This function summarizes key information of a GP, DGP or linked (D)GP emulator.

Usage

## S3 method for class 'gp'
summary(object, ...)

## S3 method for class 'dgp'
summary(object, ...)

## S3 method for class '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/.

Value

A table summarizing key information contained in object.

Examples

## Not run: 

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

## End(Not run)

[Package dgpsi version 2.4.0 Index]