Function that returns the covariances for areas
Function that returns the covariances for areas based on spatio-temporal point variograms for use in the spatio-temporal area-to-point kriging
vgmAreaST(x, y = x, model, ndiscrSpace = 16, verbose = FALSE, covariance = TRUE)
x
: spatio-temporal data framey
: spatio-temporal data framemodel
: spatio-temporal variogram model for point supportndiscrSpace
: number of discretisation in spaceverbose
: Boolean: default to FALSE, set to TRUE for debuggingcovariance
: Boolean: whether the covariance shall be evaluated, currently disfunction and set to TRUEThe covariance between 'x' and 'y'.
Benedikt Graeler
vgmArea
# see demo('a2pinST')
Useful links