Learn R Programming

plgp (version 1.1-12)

Particle Learning of Gaussian Processes

Description

Sequential Monte Carlo (SMC) inference for fully Bayesian Gaussian process (GP) regression and classification models by particle learning (PL) following Gramacy & Polson (2011) . The sequential nature of inference and the active learning (AL) hooks provided facilitate thrifty sequential design (by entropy) and optimization (by improvement) for classification and regression models, respectively. This package essentially provides a generic PL interface, and functions (arguments to the interface) which implement the GP models and AL heuristics. Functions for a special, linked, regression/classification GP model and an integrated expected conditional improvement (IECI) statistic provide for optimization in the presence of unknown constraints. Separable and isotropic Gaussian, and single-index correlation functions are supported. See the examples section of ?plgp and demo(package="plgp") for an index of demos.

Copy Link

Version

Install

install.packages('plgp')

Monthly Downloads

470

Version

1.1-12

License

LGPL

Maintainer

Last Published

October 19th, 2022

Functions in plgp (1.1-12)

papply

Extending apply to particles
addpall.GP

Add data to pall
lpredprob.GP

Log-Predictive Probability Calculation for GPs
PL

Particle Learning Skeleton Method
draw.GP

Metropolis-Hastings draw for GP parameters
plgp-internal

Internal plgp Functions
params.GP

Extract parameters from GP particles
pred.GP

Prediction for GPs
plgp-package

Particle Learning of Gaussian Processes
rectscale

Un/Scale data in a bounding rectangle
propagate.GP

PL propagate rule for GPs
prior.GP

Generate priors for GP models
exp2d.C

2-d Exponential Hessian Data
data.GP

Supply GP data to PL
init.GP

Initialize particles for GPs