zero.coeff.gp {spectralGP}R Documentation

Sets coefficients to zero in a spectral GP object

Description

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.

Usage

zero.coeff.gp(object,...)

Arguments

object A GP object, created by gp.
... Other arguments.

Details

Modifies the coeff and process components of the object.

Value

The function modifies the GP object, which is essentially a pointer (an R environment in this case), so NULL is returned.

Author(s)

Christopher Paciorek paciorek@alumni.cmu.edu

References

Type 'citation("spectralGP")' for references.

See Also

gp,simulate.gp,updateprocess.gp

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--    or do  help(data=index)  for the standard data sets.

[Package spectralGP version 1.1 Index]