kribayes {RGeoS}R Documentation

Bayesian Estimation

Description

Estimation with bayesian drift coefficients

Usage

kribayes(dbin, dbout, 
model = model.input(), neigh = neigh.input(), 
uc = c("1"), dmean = NULL, dcov = NULL, 
flag.est = TRUE, flag.std = TRUE, 
radix = NA, modify.target = TRUE)

Arguments

dbin

The db-class structure containing the data file

dbout

The db-class structure containing the target file

model

The model-class structure containing the Model information

neigh

The neigh-class structure containing the Neighborhood information

uc

The vector of strings describing the drift conditions

dmean

The vector of priors on the mean of the Drift terms. By default, means are considered as zero.

dcov

Matrix of priors on the variance-covariance of the Drift terms. By default, this matrix is considered as the unity matrix.

flag.est

When TRUE, the estimations are required

flag.std

When TRUE, the standard deviation of estimations are required

radix

Radix of the name given to the variables storing the results in the target Db.

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 (if flag.est=TRUE)

* the standard deviation variable (if flag.std=TRUE)

These variables are multiplied for each one of the data variables.


[Package RGeoS version 9.1.1 Index]