R/kernel.grad.R

kernel.grad <-
  function(X.0, X.i, H.inv){
    return(kernel.func(X.0, X.i, H.inv) * (-H.inv %*% (X.0 - X.i)))
  }

Try the snfa package in your browser

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

snfa documentation built on May 1, 2019, 9:16 p.m.