get_kstar_matrix.character: 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 built-in kernel

Usage

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

Arguments

kernel

the kernel function

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

additional.params

the kernel's additional parameters

Value

a numeric matrix


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