model.glue {RGeostats}R Documentation

Glue several monovariate Models together

Description

Glue several monovariate Models together

Usage

model.glue(models, flag.normalize=TRUE)

Arguments

models

A list of monovariate model-class which must be glued together in order to produce a single model-class. This operation is needed in order to regroup the structural characteristics of the different residuals. The glued model-class is then used for Model Identification and Discrete Disjunctive Kriging.

flag.normalize

When TRUE, the result model is normalized (sum of sill equal to 1). When False, the sills are kept unchanged.

Value

A single model-class where all the initial monovariate models have been glued together.


[Package RGeostats version 14.0.10 Index]