powered by
Tests if the argument is a spectral GP object.
is.gp(object)
Returns 'TRUE' if the argument is a gp, and 'FALSE' otherwise.
A GP object, created by gp.
gp
Christopher Paciorek paciorek@alumni.cmu.edu
Type 'citation("spectralGP")' for references.
library(spectralGP) gp1=gp(128,matern.specdens,c(1,4)) is.gp(gp1)
Run the code above in your browser using DataLab