SqExpKernel: Gaussian Kernel Implementation

View source: R/gp_inference.R

SqExpKernelR Documentation

Gaussian Kernel Implementation

Description

UnstandardizedGaussKernel computes the covariance matrix given by the Gaussian kernel below, without setting the diagonal to zero.

Usage

SqExpKernel(X, bandwidth)

Arguments

X

(p x n matrix): the design matrix where columns are observations

bandwidth

(float): free parameter for the Gaussian kernel


lcrawlab/SINATRA documentation built on Sept. 13, 2023, 2 p.m.