predict_gp_d {gptools2}R Documentation

Predict using the Gaussian Process (with derivative)

Description

Predict using the Gaussian Process (with derivative)

Usage

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