seismic.simu {RGeostats}R Documentation

Seismic CoSimulation

Description

Seismic CoSimulation

Usage

seismic.simu(db, model=model.input(),nbench = 0, nv2max = 1, 
		 flag.ks = FALSE, flag.sort = TRUE, flag.stat=FALSE,
                 nbsimu = 1, seed = 321411, radix = "CoSimu", 
		 modify.target = db.locmod())

Arguments

db

Grid containing the seismic information:

  • 1 : main variable (defined in few traces)

  • 2 : secondary variable (defined almost in all traces)

model

The model-class structure containing the Model information

nbench

The number of bench corresponds to the radius of the vertical neighborhood (center excluded) where neighborhood information must be selected.

nv2max

Maximum number of traces where the second variable is defined to be used in the neighborhood

flag.ks

When TRUE, the ordinary CoKriging is used; otherwise the Simple CoKriging is performed

flag.sort

When TRUE, the traces are processed by incresing distance to the traces where the first variable is defined

flag.stat

When TRUE< the final statistics are printed giving:

  • - the total number of grid nodes

  • - the number of grid processed (excluding the masked ones)

  • - the number of Kriging system established

nbsimu

Number of simnulations to be eprformed simultaneously

seed

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

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 Grid Db containing the two simulated variables.


[Package RGeostats version 14.0.10 Index]