cnuahs / r-simple-gp

Simple Gaussian process in R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.