set_linked_idx {dgpsi} | R Documentation |
This function sets the linked indices of a GP or DGP emulator if the information is not provided
when the emulator is constructed by gp()
or dgp()
.
set_linked_idx(object, idx)
object |
an instance of the S3 class |
idx |
indices of columns in the pooled output matrix (formed by column-combining outputs of all emulators
in the feeding layer) that will feed into the GP or DGP emulator represented by |
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
An updated object
with the information of idx
incorporated.
This function is useful when different models are emulated by different teams. Each team can create their (D)GP emulator even without knowing how different emulators are connected together. When this information is available and different emulators are collected, the connection information between emulators can then be assigned to individual emulators with this function.
## Not run:
# See lgp() for an example.
## End(Not run)