| predict_gp_d {gptools2} | R Documentation |
Predict using the Gaussian Process (with derivative)
predict_gp_d(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.