/r-simple-gp

Simple Gaussian process in R.

Primary LanguageR

r-simple-gp

A simplistic implementation of a Gaussian process in R. Partly as a tutorial on Gaussian Processes (e.g. for regression, classification, or dimensionality reduction), but also as an exercise in using R's R6 classes and R package development.