LVGP_predict: The Prediction Function of 'LVGP' Package

Description Usage Arguments Value References See Also Examples

View source: R/LVGP_predict.R

Description

Predicts the output and associated uncertainties of the GP model fitted by LVGP_fit.

Usage

1
LVGP_predict(X_new, model, MSE_on = 0)

Arguments

X_new

Matrix or vector containing the input(s) where the predictions are to be made. Each row is an input vector.

model

The LVGP model fitted by LVGP_fit.

MSE_on

A scalar indicating whether the uncertainty (i.e., mean squared error MSE) is calculated. Set to a non-zero value to calculate MSE.

Value

A prediction list containing the following components:

References

  1. "A Latent Variable Approach to Gaussian Process Modeling with Qualitative and Quantitative Factors", Yichi Zhang, Siyu Tao, Wei Chen, and Daniel W. Apley (arXiv)

See Also

LVGP_fit to fit LVGP model to the datasets.
LVGP_plot to plot the features of the fitted model.

Examples

1
# see the examples in the documentation of the function LVGP_fit.

LVGP documentation built on May 1, 2019, 7:05 p.m.

Related to LVGP_predict in LVGP...