Learn R Programming

RobustGaSP (version 0.6.6)

predppgasp-class: Predicted PP GaSP class

Description

S4 class for the prediction of a PP GaSP model

Arguments

Objects from the Class

Objects of this class are created and initialized with the function predict.ppgasp that computes the prediction on the PP GaSP model after the PP GaSP model has been constructed.

Slots

call:

call to predict.ppgasp function where the returned object has been created.

mean:

predictive mean for the testing inputs.

lower95:

lower bound of the 95% posterior credible interval.

upper95:

upper bound of the 95% posterior credible interval.

sd:

standard deviation of each testing_input.

Author

tools:::Rd_package_author("RobustGaSP")

Maintainer: tools:::Rd_package_maintainer("RobustGaSP")

See Also

predict.ppgasp for more details about how to make predictions based on a ppgasp object.