GaussKernel: Gaussian Kernel Implementation

View source: R/gp_inference.R

GaussKernelR Documentation

Gaussian Kernel Implementation

Description

GaussKernel computes the covariance matrix given by the Gaussian kernel below.

Usage

GaussKernel(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.