krineq {RGeostats}R Documentation

Conditional Expectation

Description

Conditional Expectation with inequalities

Usage

krineq(db, model = model.input(), flag.order=0,
seed = 232431, nboot = 10, niter = 100, toleps=1,
radix = "CondExp" , modify.target = db.locmod())

Arguments

db

The db-class structure containing the data file

model

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

flag.order

Specifies if the simulated values must follow an oreder relationship:

  • 0 : No order relationship

  • -1 : Descending order (Sample 'n' is larger than sample 'n+1')

  • +1 : Ascending order (Sample 'n' is smaller than sample 'n+1')

seed

Seed used for the random number generator. When 0, the seed is not initialized.

nboot

Number of iterations performed for bootstrap

niter

Maximum number of iterations for calculating the conditional expectation

toleps

Relative difference between the previous and the new value at a sample location below which the sample is considered as immobile

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 data Db where the conditional expectation for each variable have been added.


[Package RGeostats version 14.0.10 Index]