Skip to contents

[Deprecated]

This function is deprecated and will be removed in the next release, as it is simply a wrapper for the list() function. To construct linked (D)GP structures, please use the updated lgp() function, which provides a simpler and more efficient approach to building (D)GP emulators.

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.

Value

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

Details

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

Examples

if (FALSE) { # \dontrun{

# See lgp() for an example.
} # }