Learn R Programming

RandomFields (version 3.0.10)

Constants: Constants used in RandomFields

Description

Several constants are provided that might make the use of some functions easier, e.g. RFgetModelNames

Arguments

Value

  • ZF_TYPE = c("tail correlation function", "positive definite", "negative definite", "process", "method for Gauss processes", "method for Brown-Resnick processes", "shifted shape function", "distribution family", "shape function", "trend", "interface", "undefined", "other type")

    ZF_DOMAIN = c("single variable", "kernel", "calling model", "mismatch")

    ZF_ISOTROPY = c("isotropic", "space-isotropic", "zero-space-isotropic", "vector-isotropic", "symmetric", "cartesian system", "earth system", "spherical system", "cylinder system", "non-dimension-reducing", "parameter dependent", "") ISOTROPIC gives the numerical code for option "isotropic"

    SPACEISOTROPIC gives the numerical code for option "space-isotropic"

    CARTESIAN_COORD gives the numerical code for option "cartesian system"

See Also

RFgetModelNames, RMmodelgenerator-class, RMtrafo

Examples

Run this code
RFgetModelNames(isotropy=ZF_ISOTROPY[1:5])
RFoptions(seed=NA)

Run the code above in your browser using DataLab