kriggam {RGeoS}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 = NA, modify.target = TRUE)

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

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

When TRUE, the kriging results (estimation or standard deviation) are set as new target variables in the output Db.

Value

The target Db where the following variables have been added: - the estimation variable - the standard deviation variable


[Package RGeoS version 9.1.1 Index]