get_kstar_matrix.Kernel: Get predictive K* matrix

Description Usage Arguments Value

View source: R/covMatUtils.R

Description

This function returns the K* matrix of covariances between the training data and the data to predict for a Kernel object

Usage

1
2
3
## S3 method for class 'Kernel'
get_kstar_matrix(kernel, data.to.predict, training.data,
  hyper.params)

Arguments

kernel

the Kernel object

data.to.predict

numeric matrix of data to predict

training.data

the data used to train the Gaussian process

hyper.params

the kernel's hyperparameters

Value

a numeric matrix


mattdneal/gaussianProcess documentation built on May 21, 2019, 12:58 p.m.