get_covariance_matrix_hess.Kernel: Get the Covariance Matrix Hessian for a Kernel

Description Usage Arguments Value

View source: R/covMatUtils.R

Description

Get the Covariance Matrix Hessian for a Kernel

Usage

1
2
3
## S3 method for class 'Kernel'
get_covariance_matrix_hess(kernel, x, sigma.n, hyper.params,
  cache = NULL)

Arguments

kernel

A Kernel object

x

A matrix of data to find the covariance matrix Hessian of

sigma.n

The standard deviation of the noise to add to the kernel - used to regularise the resulting covariance matrix

hyper.params

The hyperparameters of kernel

additional.params

Any additional parameters of kernel (internal use only)

Value

A 4-d array containing the Hessian


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