getgrid.gp: Calculates the gridpoints in a spectral GP object
Description
Calculates the sequence of gridpoints in each dimension for a spectral
GP object. Gridpoints representing the part of the domain in which
the periodicity of the GP emerges are omitted.
Usage
"getgrid"(object,...)
Arguments
object
A GP object, created by gp.
...
Other arguments.
Value
For two dimensions, a list containing the gridpoints in each
dimension, with the first element containing the unique
gridpoints in the first dimension and the second element the unique
gridpoints in the second dimension, or for one-dimensional
processes, a vector of gridpoints.
Details
Not meant to be used directly by the user, unless the user
needs the unique gridpoints in each dimension. For the expanded grid
that corresponds to the process values, with each row containing the
two coordinates of a grid location, use expand.gpgrid.