| predict_mgp {gptools2} | R Documentation |
Predict using the Multivariate Gaussian Process
predict_mgp(model, new_X)
model |
Output from |
new_X |
A numeric matrix; the points to predict. |
A named list containing all the input and the predictive mean vector and covariance matrix.