create.numeric.hessian: Create a numerical Hessian function for a kernel using the...

Description Usage Arguments Value

View source: R/kernels.R

Description

Create a numerical Hessian function for a kernel using the hessian function.

Usage

1
2
create.numeric.hessian(k, method = "Richardson", method.args = NULL,
  additional.params = list())

Arguments

k

kernel function

method

method for creating numeric Hessian, see hessian

method.args

method arguments for creating numeric Hessian, see hessian

additional.params

additional parameters for the kernel function k

Value

A function which gives the numeric Hessian of k w.r.t. the kernel hyperparameters.


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