GaussianFields {RandomFields}R Documentation

Methods for Gaussian Random Fields

Description

Here, all the methods (models) for simulating Gaussian random fields are listed

Implemented models

RPcirculant simulation by circulant embedding
RPcutoff simulation by a variant of circulant embedding
RPcoins simulation by random coin / shot noise
RPgauss generic model that chooses automatically among the specific methods
RPhyperplane simulation by hyperplane tessellation
RPintrinsic simulation by a variant of circulant embedding
RPnugget simulation of (anisotropic) nugget effects
RPsequential sequential method
RPspecific model specific methods (very advanced)
RPspectral spectral method
RPtbm turning bands

Author(s)

Martin Schlather, schlather@math.uni-mannheim.de http://ms.math.uni-mannheim.de/de/publications/software

References

See Also

RP, Other models, RMmodel, RFsimulateAdvanced

Examples

RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
##                   RFoptions(seed=NA) to make them all random again

x <- seq(0, 10, 0.01)
z <- RFsimulate(RMexp(), x)
RFgetModelInfo(RFsimulate, level=0, which="internal")
# i.e., circulant embedding has been chosen



[Package RandomFields version 3.0.62 Index]