matern: Compute the Matern kernel between two matrices

Description Usage Arguments Value

Description

Compute the Matern kernel between two matrices

Usage

1
matern(X, Y, scales = NULL, order = 5/2, amplitude = 1)

Arguments

X

An n x d matrix

Y

An n x d matrix

scales

The scale parameters, defaults to all ones

order

whether to compute a 3/2 or 5/2 kernel, defaults to 5/2

amplitude

A parameter which is multiplied by the kernel, defaults to 1

Value

An n x n kernel matrix formed from X and Y


ebenmichael/gaussianProcess documentation built on May 15, 2019, 7:30 p.m.