R/aaa.R, R/methods-Prediction.R
GaussianPrediction-class.RdAn S4 class to represent analytically computed predictive distributions (conditional on hyperparameters) of an additive GP model
# S4 method for GaussianPrediction
show(object)
# S4 method for GaussianPrediction
component_names(object)
# S4 method for GaussianPrediction
num_components(object)
# S4 method for GaussianPrediction
num_paramsets(object)
# S4 method for GaussianPrediction
num_evalpoints(object)GaussianPrediction object for which to apply a class method.
show(GaussianPrediction): Print a summary about the object.
component_names(GaussianPrediction): Get names of components.
num_components(GaussianPrediction): Get number of components.
num_paramsets(GaussianPrediction): Get number of parameter combinations
(different parameter vectors) using which predictions were computed.
num_evalpoints(GaussianPrediction): Get number of points where
predictions were computed.
f_comp_meancomponent means
f_comp_stdcomponent standard deviations
f_meansignal mean (on normalized scale)
f_stdsignal standard deviation (on normalized scale)
y_meanpredictive mean (on original data scale)
y_stdpredictive standard deviation (on original data scale)
xa data frame of points (covariate values) where the function posteriors or predictive distributions have been evaluated