rbfKernDiagGradX: Gradient of RBF kernel's diagonal with respect to X.

Description Usage Arguments Value See Also Examples

View source: R/rbfKernDiagGradX.R

Description

computes the gradient of the diagonal of the radial basis function kernel matrix with respect to the elements of the design matrix given in X.

Usage

1

Arguments

kern

the kernel structure for which gradients are being computed.

X

the input data in the form of a design matrix.

Value

gX

the gradients of the diagonal with respect to each element of X. The returned matrix has the same dimensions as X.

See Also

rbfKernParamInit, kernDiagGradX, rbfKernGradX.

Examples

1
## missing

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