zero.coeff.gp {spectralGP} | R Documentation |
Sets coefficients to zero in a spectral GP object. Used to zero out the coefficients before simulating a new GP realization from the prior distribution.
zero.coeff.gp(object,...)
object |
A GP object, created by gp . |
... |
Other arguments. |
Modifies the coeff
and process
components of the object.
The function modifies the GP object, which is essentially a pointer (an R environment in this case), so NULL is returned.
Christopher Paciorek paciorek@alumni.cmu.edu
Type 'citation("spectralGP")' for references.
gp
,simulate.gp
,updateprocess.gp
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets.