simbayes {RGeoS} | R Documentation |
Performs conditional or non-conditional simulations using Turning Bands and Bayesian Drift
simbayes(dbin = NA, dbout, model = model.input(), neigh = neigh.input(), uc = c("1"), dmean = NULL, dcov = NULL, seed = 232131, nbsimu = 1, nbtuba = 100, radix = NA, modify.target = TRUE)
dbin |
The |
dbout |
The |
model |
The |
neigh |
The |
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. |
seed |
Seed used for the generation of random numbers |
nbsimu |
Number of simulations |
nbtuba |
Number of turning bands |
radix |
Radix of the name given to the variables storing the results in the target Db. |
modify.target |
When TRUE, the simulation results are set as new target variables in the output DB. |
The target Db where 'nbsimu' variables have been added. These variables are multiplied for each one of the data variables.