kriggam {RGeostats}R Documentation

Performs Kriging in the Gaussian Anamorphosed Model

Description

Performs Kriging in the Gaussian Anamorphosed Model

Usage

kriggam(dbin, dbout, anam, model = model.input(), neigh = neigh.input(), 
	      radix = "Kgam", modify.target = db.locmod())

Arguments

dbin

The db-class structure containing the data file. A single Gaussian variable must be defined.

dbout

The db-class structure containing the target file

anam

The anam-class structure describing the Gaussian Anamosphosis

model

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

neigh

The neigh-class structure containing the Neighborhood information

radix

Radix of the name given to the variables storing the results in the target Db. These variables are the estimate and the variance of the estimation error, defined in the raw scale (after back-transform from Gaussian to Raw).

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 following variables have been added: - the estimation variable - the standard deviation variable


[Package RGeostats version 14.0.10 Index]