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,
       flag.test=FALSE, test.degree=0, test.order=0, test.phase=0,
       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

flag.test

When TRUE, a single basic function is used. Its parameters are defined using the next arguments.

test.degree

When flag.test=TRUE, this argument gives the degree of the tested basic function.

test.order

When flag.test=TRUE, this argument gives the order of the tested basic function.

test.phase

When flag.test=TRUE, this argument gives the phase of the tested basic function.

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 11.2.12 Index]