simmaxstable {RGeostats}R Documentation

Non-conditional Simulation of the Max-Stable Model on a grid

Description

Non-conditional Simulation of the Max-Stable Model on a grid

Usage

simmaxstable(dbout, model = model.input(), ratio = 1, seed = 232131,
             nbtuba = 100, flag.simu = TRUE, flag.rank = FALSE,
             verbose = FALSE, radix = "SimPart", 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 valuation variable. For more information check check.model.

ratio

Multiplicative factor by which the range of all the structures of the model are multiplied form one iteration to the other.

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.

flag.simu

When TRUE, the simulation outcome is stored in the db-class structure.

flag.rank

When TRUE, a variable is stored in the db-class structure which contains the iteration rank at which the simulation has reached its final value.

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.

Details

The Max-Stable algorithm uses a Threshold value (for limitating the maximum value for the simulation outcomes across iterations). This value is defaulted to 3 and can be updated using "keypair" mechanism with the keyword "MaxStableThresh".

Value

The target Db where the following variables have been added:


[Package RGeostats version 14.0.10 Index]