Gaussian Process Modelling

R functions for Gaussian process (GP) modelling. The core functions are coded in C++ and based on the EIGEN library (through RcppEigen)

Notes

Current features:

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!

How to install/load

1. Install R

Download R from the R Cran website and install it.

  1. Optionally install a R-editor:
  2. If necessary, learn some R basics:

2. Install a R-editor [optionally]

Possible R-editor choices:

3. Install & load GauProMod

if(!require("devtools")) install.packages("devtools")
devtools::install_github("emanuelhuber/GauProMod")
library(GauProMod)