updateprocess.gp {spectralGP}R Documentation

Recalculate process values in a spectral GP object

Description

An internal function that recalculates the process values in a spectral GP object based on the current coefficient values. The process values are calculated by multiplying the coefficient values by the basis matrix, which is done by the inverse FFT.

Usage

updateprocess.gp(object,...)

Arguments

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

Details

Modifies the process values 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

For technical details, see Paciorek, C.J. 2006. Bayesian Smoothing of Irregularly-spaced Data Using Fourier Basis Functions. Harvard University Biostatistics Working Paper Series. Working Paper 49. http://www.bepress.com/harvardbiostat/paper49

See Also

gp,propose.coeff.gp,simulate.gp,zero.coeff.gp

Examples

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

[Package spectralGP version 1.0 Index]