Description Usage Arguments Value Note Author(s) References See Also Examples
Facilitates locally induced Gaussian process inference and prediction at a large set of predictive locations by: building local neighborhoods, shifting an inducing point template, optimizing hyperparameters, and calculating GP predictive equations.
1 2 3 |
XX |
a |
X |
a |
Y |
a vector of all responses/dependent values with |
Xm.t |
a |
N |
the positive integer number of nearest neighbor (NN) locations used to build a local neighborhood; |
g |
an initial setting or fixed value for the nugget parameter. In order to optimize g, a list can be provided that includes:
If |
theta |
an initial setting or fixed value for the lengthscale parameter. A (default)
If |
nu |
a positive number used to set the scale parameter;
default ( |
epsK |
a small positive number added to the diagonal of the correlation |
epsQ |
a small positive number added to the diagonal
of the Q |
tol |
a positive number to serve as the tolerance level for covergence of the log-likelihood when optimizing the hyperparameter(s) theta, g |
reps |
a notification of replicate design locations in the data set. If |
Xni.return |
A scalar logical indicating whether or not a vector of indices into |
The output is a list
with the following components:
mean |
a vector of predictive means of length |
var |
a vector of predictive variances of length
|
nu |
a vector of values of the scale parameter of length
|
g |
a full version of the |
theta |
a full version of the |
Xm.t |
the input for |
eps |
a matrix of |
mle |
if |
Xni |
when Xni.return = TRUE, this field contains a vector of indices of length |
time |
a scalar giving the passage of wall-clock time elapsed for (substantive parts of) the calculation |
When selecting the neighborhood size (N) and number of inducing points in
Xm.t
, there is no general rule that works for all problems. However,
for lower dimensions (dim<9) the following values seem to perform well:
N = 100 + 10*dim, M = 10*dim
D. Austin Cole austin.cole8@vt.edu
D.A. Cole, R.B. Christianson, and R.B. Gramacy (2021). Locally Induced Gaussian Processes for Large-Scale Simulation Experiments Statistics and Computing, 31(3), 1-21; preprint on arXiv:2008.12857; https://arxiv.org/abs/2008.12857
darg
, garg
,
find_reps
,
makeCluster
, clusterApply
1 | ## See LIGP examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.