kernTest: Run some tests on the specified kernel.

Description Usage Arguments Value See Also Examples

View source: R/kernFunctions.R

Description

runs some tests on a given kernel structure to ensure it is correctly implemented.

Usage

1
  kernTest(kernType, numIn=4, tieParamNames=list(), testindex=NULL)

Arguments

kernType

type of kernel to test. For example, 'rbf' or 'cmpnd', 'rbf', 'lin', 'white'.

numIn

the number of input dimensions (default is 4).

tieParamNames

list of regular expressions for parameter names that should be tied (default is none).

testindex

indices of the covariance gradient to test for.

Value

kern

the kernel as it was used in the tests.

See Also

kernCreate.

Examples

1
## missing

alkalait/gptk documentation built on March 7, 2020, 6:30 a.m.