gaussian_process function (Gaussian process regression with dot product covariance)Predicts response values based on a model generated by the gaussian_process function (Gaussian process regression with dot product covariance). For internal use only!.
predict_gaussian_process(Xz, alpha, newdata, scale, Xcenter, Xscale, Ycenter, Yscale)a matrix of predicted values
a matrix containing the predictor variables
a logical indicating whether the matrix of predictors used to create the regression model
(in the gaussian_process function) was scaled
if center = TRUE a matrix of one row with the values that must be used for centering newdata.
if scale = TRUE a matrix of one row with the values that must be used for scaling newdata.
if center = TRUE a matrix of one row with the values that must be used for accounting for the centering of the response variable.
if scale = TRUE a matrix of one row with the values that must be used for accounting for the scaling of the response variable.
Leonardo Ramirez-Lopez