CRAN
GauPro 0.2.2
Gaussian Process Fitting
Released Sep 11, 2017 by Collin Erickson
This package cannot yet be used with Renjin because there was a problem building the package using Renjin's toolchain. View Build Log
Dependencies
R6 2.4.0 Rcpp lbfgs 1.2.1 RcppArmadillo 0.9.200.7.1
Fits a Gaussian process model to data. Gaussian processes are commonly used in computer experiments to fit an interpolating model. The model is stored as an 'R6' object and can be easily updated with new data. There are options to run in parallel (not for Windows), and 'Rcpp' has been used to speed up calculations. Other R packages that perform similar calculations include 'laGP', 'DiceKriging', 'GPfit', and 'mlegp'.