Simulation based on circulant embedding
Simulating a conditional/unconditional Gaussian random field via kriging and circulant embedding
krigeSimCE(formula, data, newdata, model, n = 1, ext = 2)
formula
: the formula of the kriging predictordata
: spatial data frame that conditions the simulationnewdata
: locations in space where the Gaussian random field shall be simulatedmodel
: a vgm model that defines the spatial covariance structuren
: number of simulationsext
: extension factor of the circulant embedding, defaults to 2A spatial data frame as defined in newdata
with n
simulations.
Davies, Tilman M., and David Bryant: "On circulant embedding for Gaussian random fields in R." Journal of Statistical Software 55.9 (2013): 1-21. See i.e. the supplementary files at (retrieved 2018-05-25): https://www.jstatsoft.org/index.php/jss/article/downloadSuppFile/v055i09/v55i09.R
Benedikt Graeler
krigeSTSimTB
# see demo('circEmbeddingMeuse')
Useful links