simmaxstable {RGeostats} | R Documentation |
Non-conditional Simulation of the Max-Stable Model on a grid
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())
dbout |
The |
model |
The |
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
|
flag.rank |
When TRUE, a variable is stored in the |
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 |
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".
The target Db where the following variables have been added:
The simulation outcome (if 'flag.simu' is set to TRUE)
The rank of iteration (if 'flag.rank' is TRUE)