Learn R Programming

GPrank (version 0.1.4)

fixedvarianceKernGradient: fixedvarianceKernGradient

Description

Function for computing the gradient of the fixedvariance kernel. As the parameters of the fixedvariance kernel are fixed, the gradient equals zero. This function is written to comply with the gptk package.

Usage

fixedvarianceKernGradient(kern, x, x2, covGrad)

Arguments

kern

GP kernel structure which contains the fixed variances.

x

x

x2

x2

covGrad

covGrad

Value

Return value for the gradient of fixedvariance kernel.