RandomFields (version 3.0.5)

RFmodel: Evaluation operators

Description

Here, those RF_name_ commands are listed that are implemented as operators on the class of RMmodel.

This is an advanced topic which refers to the internal representation of models

Arguments

Implemented model

ll{ RFcov assigns to a covariance model the covariance values at given locations RFcovmatrix assigns to a covariance model the cross covariance values at given locations RFfctn assigns to a covariance model the value of the function at given locations RFdistr generic function assigning to distribution family various characteristics of the distribution RFpseudovariogram assigns to a model the values of the pseudo variogram at given locations RFvariogram assigns to a model the values of the (cross-)variogram at given locations }

See Also

RM, RMmodelgenerator RP, RR

Examples

Run this code
set.seed(0)
z <- RFsimulate(model=RMexp(), 1:10)
str(RFgetModel(RFsimulate, show.call = TRUE))
str(RFgetModel(RFsimulate, show.call = FALSE))

Run the code above in your browser using DataLab