Prediction of MGPR model
mgprPredict(
train,
DataObs = NULL,
DataNew,
noiseFreePred = F,
meanModel = NULL,
mu = 0
)
A list containing
Mean of predictions for the test set.
Standard deviation of predictions for the test set.
Logical. If TRUE, predictions are noise-free.
A 'mgpr' object obtained from 'mgpr' function. If NULL, predictions are made based on DataObs informed by the user.
List of observed data. Default to NULL. If NULL, predictions are made based on the trained data (included in the object of class 'mgpr') used for learning.
List of test input data.
Logical. If TRUE, predictions will be noise-free.
Type of mean function applied to all outputs. It can be
Zero mean function for each output.
Constant mean function to be estimated for each output.
Linear model for the mean function of each output.
The average across replications is used as the mean function of each output. This can only be used if there are more than two realisations observed at the same input values.
Default to 0. If argument 'mu' is specified, then 'meanModel' will be set to 'userDefined'.
Vector of concatenated mean function values defined by the user. Default to NULL.
## See examples in vignette:
# vignette("mgpr", package = "GPFDA")
Run the code above in your browser using DataLab