predgprdp {resemble} | R Documentation |
gprdp
function (Gaussian process regression with dot product covariance)Predicts response values based on a model generated by the gprdp
function (Gaussian process regression with dot product covariance). For internal use only!.
predgprdp(Xz, alpha, newdata, scale, Xcenter, Xscale, Ycenter, Yscale)
Xz |
the final (scaled?) matrix of predictors used to create the regression model in the |
alpha |
the alpha matrix corresponding to the regression model in the |
newdata |
a |
scale |
a logical indicating whether the matrix of predictors used to create the regression model
(in the |
Xcenter |
if |
Xscale |
if |
Ycenter |
if |
Yscale |
if |
a matrix
of predicted values
Leonardo Ramirez-Lopez