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'.
Version: | 0.1.0 |
Imports: | Rcpp, R6, lbfgs |
LinkingTo: | Rcpp, RcppArmadillo |
Suggests: | testthat |
Published: | 2016-10-12 |
Author: | Collin Erickson |
Maintainer: | Collin Erickson <collinberickson at gmail.com> |
License: | GPL-3 |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | GauPro results |
Reference manual: | GauPro.pdf |
Package source: | GauPro_0.1.0.tar.gz |
Windows binaries: | r-devel: GauPro_0.1.0.zip, r-release: GauPro_0.1.0.zip, r-oldrel: GauPro_0.1.0.zip |
OS X El Capitan binaries: | r-release: GauPro_0.1.0.tgz |
OS X Mavericks binaries: | r-oldrel: GauPro_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=GauPro to link to this page.