R functions for Gaussian process (GP) modelling. The core functions are coded in C++ and based on the EIGEN library (through RcppEigen)
Current features:
crossdist(x,y,M)
(with M
a positive semidefinite matrix for
anisotropic distances)This is an ongoing project. If you have any questions, requirements, suggestions,
don’t hesitate to contact me (in english, french or german):
emanuel.huber@alumni.ethz.ch</p>
Thank you!
Download R from the R Cran website and install it.
Possible R-editor choices:
GauProMod
if(!require("devtools")) install.packages("devtools")
devtools::install_github("emanuelhuber/GauProMod")
library(GauProMod)