CheckAndComplete {RandomFields} | R Documentation |
CheckAndComplete
checks the validity of a covariance model;
further a matrix of internal parameters is returned.
CheckAndComplete(model, param, dim)
model |
definition of a covariance function,
see CovarianceFct for examples |
param |
see model |
dim |
dimension for the space |
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
.
Martin Schlather, martin.schlather@math.uni-goettingen.de, http://www.stochastik.math.uni-goettingen.de/institute
GaussRF
, paramextract
,
RandomFields
, RFMethods
.
## for an example see RFMethods