predictobj.rcalibration_MS-class {RobustCalibration} | R Documentation |
Predictive results for the Robust Calibration class
Description
S4 class for prediction after Robust rcalibration for multiple sources.
Objects from the Class
Objects of this class are created and initialized with the function predict_MS
that computes the prediction and the uncertainty quantification.
Slots
mean
:object of class
list
. Each element is avector
of the predictive mean at testing inputs combing the mathematical model and discrepancy function for each source.math_model_mean
:object of class
list
. Each element is avector
of the predictive mean at testing inputs using only the mathematical model (and the trend if specified).math_model_mean_no_trend
:object of class
list
. Each element is avector
of the predictive mean at testing inputs using only the mathematical model without the trend for each source.interval
:object of class
list
. Each element is amatrix
of the upper and lower predictive credible interval. If interval_data is TRUE in thepredict_MS
, the experimental noise is included for computing the predictive credible interval.
Author(s)
Mengyang Gu [aut, cre]
Maintainer: Mengyang Gu <mengyang@pstat.ucsb.edu>
References
A. O'Hagan and M. C. Kennedy (2001), Bayesian calibration of computer models, Journal of the Royal Statistical Society: Series B (Statistical Methodology, 63, 425-464.
M. Gu (2016), Robust Uncertainty Quantification and Scalable Computation for Computer Models with Massive Output, Ph.D. thesis., Duke University.
M. Gu and L. Wang (2017) Scaled Gaussian Stochastic Process for Computer Model Calibration and Prediction. arXiv preprint arXiv:1707.08215.
See Also
predict_MS
for more details about how to do prediction for a rcalibration_MS
object.