R/rbfKernDiagGradX.R

rbfKernDiagGradX <-
function(kern, X) {

  gX = array(0,dim(as.array(X)))
  return (gX)
}

Try the gptk package in your browser

Any scripts or data that you put into this service are public.

gptk documentation built on May 2, 2019, 3:27 p.m.