Learn R Programming

FastGP (version 1.2)

Efficiently Using Gaussian Processes with Rcpp and RcppEigen

Description

Contains Rcpp and RcppEigen implementations of matrix operations useful for Gaussian process models, such as the inversion of a symmetric Toeplitz matrix, sampling from multivariate normal distributions, evaluation of the log-density of a multivariate normal vector, and Bayesian inference for latent variable Gaussian process models with elliptical slice sampling (Murray, Adams, and MacKay 2010).

Copy Link

Version

Install

install.packages('FastGP')

Monthly Downloads

283

Version

1.2

License

GPL-2

Maintainer

Giri Gopalan

Last Published

February 2nd, 2016

Functions in FastGP (1.2)

ess

Sampling from a Bayesian model with a multivariate normal prior distribution
rcpp_matrix_ops

Matrix Operations Using Rcpp and RcppEigen
rcpp_rmvnorm

Multivariate Normal Sampling and Log-Density Evaluation