CheckAndComplete {RandomFields}R Documentation

Validity of a covariance model

Description

CheckAndComplete checks the validity of a covariance model; further a matrix of internal parameters is returned.

Usage

CheckAndComplete(model, param, dim)

Arguments

model definition of a covariance function, see CovarianceFct for examples
param see model
dim dimension for the space

Value

A list of two parameters is returned:
error a value different from zero signifies an error; to get a readable error information put RFparameters()$PrintLevel to a higher level and rerun.
param (currently for internal purposes only). matrix of the internal parameter list; columns correspond to the simple models and can be extracted using paramextract.

Author(s)

Martin Schlather, martin.schlather@math.uni-goettingen.de, http://www.stochastik.math.uni-goettingen.de/institute

See Also

GaussRF, paramextract, RandomFields, RFMethods.

Examples

 ## for an example see RFMethods

[Package RandomFields version 1.3.41 Index]