Description Usage Arguments Details Value Author(s) References See Also
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.
1 2 | ## S3 method for class 'gp'
zero.coeff(object,...)
|
object |
A GP object, created by |
... |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.