gmGeostats (version 0.10-6)

TurningBands: Create a parameter set specifying a turning bands simulation algorithm

Description

Create a parameter set describing a turning bands algorithm to two-point simulation, mostly for covariance or variogram-based gaussian random fields.

Usage

TurningBands(nsim = 1, nBands = 1000, ...)

Arguments

nsim

number of realisations desired

nBands

number of bands desired for the decomposition of the 2D or 3D space in individual signals

...

further parameters, currently ignored

Value

an S3-list of class "gmTurningBands" containing the few elements given as arguments to the function. This is just a compact way to provide further functions such as predict.gmSpatialModel() with appropriate triggers for choosing a prediction method or another, in this case for triggering turning bands simulation.

Examples

Run this code
# NOT RUN {
(tbs_local = TurningBands(nsim=100, nBands=300))
## then run predict(..., pars=tbs_local)
# }

Run the code above in your browser using DataLab