names.gp {spectralGP}R Documentation

The names of the elements of a GP object

Description

Gives the names of the elements of the GP object.

Usage

names.gp(x,...)

Arguments

x Spectral GP object.
... Other arguments.

Details

Value

A vector of strings of the names of the elements of the GP object.

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

Examples

library(spectralGP)
gp1=gp(128,matern.specdens,c(1,4))
print(names(gp1))
add.blocks(gp1)
print(names(gp1))


[Package spectralGP version 1.0 Index]