predict_mgp {gptools2}R Documentation

Predict using the Multivariate Gaussian Process

Description

Predict using the Multivariate Gaussian Process

Usage

predict_mgp(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]