simsph {RGeostats}R Documentation

Gaussian Simulation in Spherical Coordinates

Description

Gaussian Simulation in Spherical Coordinates

Usage

simsph(db, model = model.input(), seed = 232131, special=0, nbf = 100,
       nfmax = 10000, verbose = FALSE,
       radix = "Simu", modify.target = db.locmod())

Arguments

db

The db-class structure where the non-conditional gaussian simulation must be performed

model

The model-class structure containing the Model information. For more information check check.model.

seed

Seed used for the generation of random numbers. When 0, the seed is not initialized.

special

Special option for constructing the covariance spectrum. It can be:

  • 0 For all standard covariances

  • 1 For Chentsov construction

  • 2 For particular construction of Exponential Model

nbf

Number of basic functions to be added to derive the simulation.

nfmax

Maximum number of frequencies to reproduce the Model

verbose

Verbose flag

radix

Radix of the name given to the variables storing the results in the target Db.

modify.target

Decides whether or not the newly created variables will have their locator defined or not. For more information, see db.locmod.

Value

The input db-class structure where the simulation outcome has been added.


[Package RGeostats version 14.0.10 Index]