predict_gp {gptools2}R Documentation

Predict using the Gaussian Process

Description

Predict using the Gaussian Process

Usage

predict_gp(model, new_X)

Arguments

model

Output from gp; the model object.

new_X

A numeric matrix; the points to predict.

Value

A named list containing all the input and the predictive mean vector and covariance matrix.


[Package gptools2 version 0.1.10 Index]