combine {dgpsi}R Documentation

Combine layers

Description

This function combines customized layers into a DGP or linked (D)GP structure.

Usage

combine(...)

Arguments

...

a sequence of lists:

  1. For DGP emulations, each list represents a DGP layer and contains GP nodes (produced by kernel()), or likelihood nodes (produced by Poisson(), Hetero(), or NegBin()).

  2. For linked (D)GP emulations, each list represents a system layer and contains emulators (produced by gp() or dgp()) in that layer.

Details

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

Value

A list defining a DGP structure (for struc of dgp()) or a linked (D)GP structure (for struc for lgp()).

Examples

## Not run: 

# See lgp() for an example.

## End(Not run)

[Package dgpsi version 2.4.0 Index]