R/simulate.gp.R

"simulate.gp" <-
function(object,...){
  # simulate sample processes from prior
  zero.coeff(object)  
  propose.coeff(object,block=0,proposal.sd=1)
  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.