covarFun.SE: Squared Exponential covariance function.

Description Usage Arguments Value Examples

View source: R/CovarianceFunction.R

Description

Squared Exponential covariance function.

Usage

1
covarFun.SE(ll = 0)

Arguments

ll

log length scale hyperparameter. ll must be of length 1 or the same length as the input vectors. If length 1 then this is an isotropic SE covar fun, else there is a length scale for each dimension of the input.

Value

CovarFun for a squared exponential covariance function

Examples

1
C <- covarFun.SE(0)

JimSkinner/gpclassifier documentation built on May 7, 2019, 10:52 a.m.