An open API service indexing awesome lists of open source software.

https://github.com/cnuahs/r-simple-gp

Simple Gaussian process in R.
https://github.com/cnuahs/r-simple-gp

classification classification-model gaussian-processes r regression regression-analysis regression-models

Last synced: 8 months ago
JSON representation

Simple Gaussian process in R.

Awesome Lists containing this project

README

          

# 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.