Learn R Programming

activegp (version 1.1.1)

Gaussian Process Based Design and Analysis for the Active Subspace Method

Description

The active subspace method is a sensitivity analysis technique that finds important linear combinations of input variables for a simulator. This package provides functions allowing estimation of the active subspace without gradient information using Gaussian processes as well as sequential experimental design tools to minimize the amount of data required to do so. Implements Wycoff et al. (JCGS, 2021) .

Copy Link

Version

Install

install.packages('activegp')

Monthly Downloads

274

Version

1.1.1

License

BSD_3_clause + file LICENSE

Maintainer

Nathan Wycoff

Last Published

May 25th, 2024

Functions in activegp (1.1.1)

W_kappa_ij_up

Covariance of kernel computations
quick_C

Covariance of kernel computations
update.const_C

C update with new observations
subspace_dist

Get the distance between subspaces defined as the ranges of A and B
W_kappa_lk

Covariance of kernel computations
n11_2_01

f:[-1, 1] -> R Becomes f:[0,1] -> R
plot.const_C

Plot const_C objectc
grad_est_subspace

Estimate the Active Subspace of a Cheap Function using Gradients
update_C2

Update Constantine's C, using update formula
logLikHessian

Hessian of the log-likelihood with respect to lengthscales hyperparameters Works for homGP and hetGP models from the hetGP package for now.
C_var

Element-wise Cn+1 variance
C_tr

Expected variance of trace of C
C_GP_cpp

Equivalent of C_GP using RcppArmadillo
C_GP

Active Subspace Matrix closed form expression for a GP.
C_var2

Alternative Variance of Update
Lt_GP

Active Subspace Prewarping
C_GP_ci

CI on Eigenvalues via Monte Carlo/GP
as.matrix.const_C

Extract Matrix
activegp

Package activegp
C_Q

Active subspace for second order linear model
W_kappa_ij2

Covariance of kernel computations
domain_to_unit

Change a function's inputs to live in [-1, 1]
grad_W_kappa_ij2_w2

Covariance of kernel computations
get_betagamma

Quantities for Acquisition Functions
grad_W_kappa_ij2

Covariance of kernel computations
d1

Get Integerodifferential Quantities
W_kappa_ij

Covariance of kernel computations
domain_to_R

Rectangular Domain -> Unbounded Domain
print.const_C

Print const_C objects