R/zero.coeff.gp.R

"zero.coeff.gp" <-
function(object,...){
  # zeroes out the coefficients
  object$coeff=matrix(0,nrow=object$gridsize[1],ncol=object$gridsize[2])
  updateprocess(object)
  return(NULL)
}

Try the spectralGP package in your browser

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

spectralGP documentation built on May 2, 2019, 2:40 a.m.