gsi.TurningBands {gmGeostats} | R Documentation |
Internal function, unconditional turning bands realisations
Description
Internal function to compute unconditional turning bands simulations
Usage
gsi.TurningBands(X, vgram, nBands, nsim = NULL)
Arguments
X |
matrix of coordinates of locations where realisations are desired |
vgram |
covariogram model, of format "gmCgram" |
nBands |
number of bands to use |
nsim |
number of realisations to return |
Value
an array with (npoint, nvar, nsim)-elements, being npoint=nrow(X) and nvar = nr of variables in vgram
[Package gmGeostats version 0.11.3 Index]