Draw {GPM} | R Documentation |
The Plotting Function of GPM
Package
Description
Plots the predicted response along with the assocaited uncertainty via the GP model fitted by Fit
. Accepts multi-input and multi-output models. See Arguments
for more details on the options.
Usage
Draw(Model, Plot_wrt, LB = NULL, UB = NULL, Values = NULL,
Response_ID = NULL, res = 15, X1Label = NULL, X2Label = NULL,
YLabel = NULL, Title = NULL, PI95 = NULL)
Arguments
Model |
The GP model fitted by |
Plot_wrt |
A binary vector of length |
LB , UB |
Vectors of length |
Values |
A vector of length |
Response_ID |
A positive integer indicating the response that should be plotted if |
res |
A positive integer indicating the number of points used in plotting. Higher values will result in smoother plots. |
X1Label |
A string for the label of axis |
X2Label |
A string for the label of axis |
YLabel |
A string for the label of the response axis. |
Title |
A string for the title of the plot. |
PI95 |
Flag (a scalar) indicating whether the |
References
Bostanabad, R., Kearney, T., Tao, S., Apley, D. W. & Chen, W. (2018) Leveraging the nugget parameter for efficient Gaussian process modeling. Int J Numer Meth Eng, 114, 501-516.
Plumlee, M. & Apley, D. W. (2017) Lifted Brownian kriging models. Technometrics, 59, 165-177.
See Also
Fit
to see how a GP model can be fitted to a training dataset.
Predict
to use the fitted GP model for prediction.
Examples
# See the examples in the fitting function.