powered by
"simulate"(object,...)
gp
coeff
process
zero.coeff.gp
propose.coeff.gp
updateprocess.gp
library(spectralGP) gp1=gp(128,matern.specdens,c(1,4)) gp2=gp(c(64,64),matern.specdens,c(1,4)) simulate(gp1) simulate(gp2) plot(gp1) plot(gp2)
Run the code above in your browser using DataLab