RMfixcov {RandomFields}R Documentation

Fixed Covariance Matrix

Description

RMfixcov is a user-defined covariance according to the given covariance matrix, multiplied with var

Usage

RMfixcov(M, vdim, element, var)

Arguments

M

a numerical matrix defining the user-defined covariance for a random field; The matrix should be positive definite, symmetric and its dimension should be equal to the length of observation or simulation vector.

vdim

an integer value; defining the response dimension (for details see RFgetModelNames).

element

integer. If a list of several matrices is given then element chooses the one that should currently be used. Default: 0

var

variance, i.e. factor multiplied to the data, which can be estimated through ML

Details

Note, this is not a covariance model for arbitrary locations, the covariance is fixed and user-defined by a given matrix corresponding to the locations. In particular, it is used in RFfit to define neighbour or network structure in the data.

Value

RMfixcov returns an object of class RMmodel

Author(s)

Martin Schlather, schlather@math.uni-mannheim.de

References

See Also

RMmodel, RFsimulate, RFfit.

Examples


## to do



[Package RandomFields version 3.0.62 Index]