dgpsi

R-CMD-check GitHub DOI

The R package dgpsi provides R interface to Python package dgpsi for deep and linked Gaussian process emulations. The package currently has following features:

Documentation

See https://mingdeyu.github.io/dgpsi-R to learn more about the package.

Installation

You can install development version of the package from the GitHub repo:

  1. In your RStudio Console, type:
devtools::install_github('mingdeyu/dgpsi-R')
  1. Restart your RStudio.

  2. Load the package and initialize the required Python environment:

library(dgpsi)
init_py()

References

Ming, D., Williamson, D., and Guillas, S. (2022) Deep Gaussian process emulation using stochastic imputation. Technometrics (to appear).

Ming, D. and Guillas, S. (2021) Linked Gaussian process emulation for systems of computer models using Matérn kernels and adaptive design, SIAM/ASA Journal on Uncertainty Quantification. 9(4), 1615-1642.