makePrediction {psgp} | R Documentation |
Spatial projected sequential GP prediction
Description
makePrediction
performs prediction/interpolation within the PSGP package.
Usage
makePrediction(object, vario)
Arguments
object |
a list object of intamap type. Most arguments necessary for interpolation are passed through this object. See intamap-package for further description of the necessary content of this variable. Additional meta data about the measurement process is included in this object. In particular, see learnParameters for a way to specify measurement error variances. |
vario |
Log-parameters of the covariance function. For compatibility with the
intamap package, the log-parameters of the PSGP covariance function are stored within
a variogram array object (see |
Details
The Projected Spatial Gaussian Process (PSGP) framework provides an approximation to the full Gaussian process in which the observations are projected sequentially onto an optimal subset of 'active' observations. Spatial interpolation is done using a mixture of covariance kernels (Exponential and Matern 5/2).
The function makePrediction
is a function for making predictions at a set
of unobserved inputs (or locations).
Measurement characteristics (i.e. observation error) can be specified if needed. See learnParameters for a description of how to specify measurement error models with given variances.
Warning
It is advised to use the intamap wrapper spatialPredict
rather than calling this method directly.
Author(s)
Ben Ingram, Remi Barillec
References
L. Csato and M. Opper. Sparse online Gaussian processes. Neural Computation, 14(3): 641-669, 2002.
B. Ingram, D. Cornford, and D. Evans. Fast algorithms for automatic mapping with space- limited covariance functions. Stochastic Environmental Research and Risk Assessment, 22 (5):661-670, 2008.
See Also
learnParameters
spatialPredict
,
createIntamapObject
Examples
# see example in spatialPredict