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 & Ryan (2005). Accounting for space in nonparametric logistic regression: A Bayesian spectral basis model outperforms other methods.

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 0.9 Index]