simRI {RGeostats}R Documentation

Non-conditional Simulation of the Orthogonal Residual Model

Description

Non-conditional Simulation of the Orthogonal Residual Model

Usage

simRI(dbout, model = model.input(), zcut, wcut = NA, seed = 232131,
      nbtuba = 100, verbose = FALSE,
      radix = "SimRI", modify.target = db.locmod())

Arguments

dbout

The db-class structure organized as a grid where the outcome(s) will be stored.

model

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

zcut

Array of cutoffs for the valuation. Its dimension fixes the number of levels of the resulting outcome.

wcut

Array of weights. If not provided, the weights are considered equal for all cutoff classes. The weights should sum to 1; if not, they will be automatically rescaled.

seed

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

nbtuba

Number of turning bands used for the valuation simulation.

verbose

When TRUE, some additional messages are produced during the simulation.

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 target Db where the simulation outcome has been added:


[Package RGeostats version 14.0.10 Index]