PrintModelList {RandomFields} | R Documentation |
PrintModelList
prints the list of currently implemented models
including the corresponding simulation methods
GetModelList
returns a matrix of currently implemented models
and their simulation methods
GetModelNames
returns a list of currently implemented models
PrintModelList(operators=FALSE, internal=FALSE) GetModelList(abbr=TRUE, internal=FALSE) GetModelNames(stationary = c("any", "stationary", "variogram", "irf", "auxmatrix", "auxvector", "gencovariance", "nonstationary", "genvariogram", "prev.model"), isotropy = c("any", "isotropic", "spaceisotropic", "zerospaceiso", "anisotropic", "prev.model"), multivariate = -9999:9999, operator, normalmix, finiterange, methods, internal=FALSE, dim = 1)
operators |
logical. Flag whether operators should be also considered. |
internal |
logical. Flag whether internal models should be
also considered. In case of |
abbr |
logical or numerical. If |
stationary |
Selection criterion for the models |
isotropy |
Selection criterion for the models |
multivariate |
the dimension of the multivariate model |
operator |
logical. If missing any covariance model is returned;
otherwise, the (non)primitive models are returned if |
normalmix |
logical. If missing any covariance model is returned;
otherwise all normal scale mixture models are returned if
|
finiterange |
logical. If missing any covariance model is returned;
otherwise all models with finite range are returned if
|
methods |
If missing any covariance model is returned;
otherwise the models with respective attribute are returned;
see |
dim |
dimension in which the model should be valid; there are some models where the validity in a given dimension depends on the some parameter; those models are returned partially only. |
See CovarianceFct
and
sophisticated models for a description of the models
and their use
PrintModelList
prints a table of the currently implemented covariance
functions and the matching methods.
PrintModelList
returns NULL
.
GetModelNames
returns a list of implemented models
Martin Schlather, martin.schlather@math.uni-goettingen.de http://www.stochastik.math.uni-goettingen.de/~schlather
sophisticated, CovarianceFct
,
GetModel
PrintModelList() GetModelList(abbr=TRUE) GetModelNames("stationary", "spaceisotropic")