Learn R Programming

⚠️There's a newer version (1.5-9) of this package.Take me there.

laGP (version 1.5-6)

Local Approximate Gaussian Process Regression

Description

Performs approximate GP regression for large computer experiments and spatial datasets. The approximation is based on finding small local designs for prediction (independently) at particular inputs. OpenMP and SNOW parallelization are supported for prediction over a vast out-of-sample testing set; GPU acceleration is also supported for an important subroutine. OpenMP and GPU features may require special compilation. An interface to lower-level (full) GP inference and prediction is provided. Wrapper routines for blackbox optimization under mixed equality and inequality constraints via an augmented Lagrangian scheme, and for large scale computer model calibration, are also provided. For details and tutorial, see Gramacy (2016 .

Copy Link

Version

Install

install.packages('laGP')

Monthly Downloads

1,085

Version

1.5-6

License

LGPL

Maintainer

Robert Gramacy

Last Published

April 3rd, 2022

Functions in laGP (1.5-6)

deleteGP

Delete C-side Gaussian Process Objects
distance

Calculate the squared Euclidean distance between pairs of points
laGP

Localized Approximate GP Prediction At a Single Input Location
discrep.est

Estimate Discrepancy in Calibration Model
aGP

Localized Approximate GP Regression For Many Predictive Locations
fcalib

Objective function for performing large scale computer model calibration via optimization
darg

Generate Priors for GP correlation
alcGP

Improvement statistics for sequential or local design
blhs

Bootstrapped block Latin hypercube subsampling
llikGP

Calculate a GP log likelihood
mleGP

Inference for GP correlation parameters
newGP

Create A New GP Object
randLine

Generate two-dimensional random paths
optim.auglag

Optimize an objective function under multiple blackbox constraints
predGP

GP Prediction/Kriging