model.CL {RGeostats}R Documentation

Extract the model of a linear combination of variables

Description

Extract the model of a linear combination of variables

Usage

model.CL(model, mat.CL)

Arguments

model

Input multivariate model (of type model-class) where the model of the initial Y_1,...,Y_p variables is defined.

mat.CL

Matrix giving the coefficients of the linear combinations going from the set of input variables Y_1,...,Y_p to the set of final variables Z_1,...,Z_n. It must have dimension (n,p).

Details

For a matrix A[n,p] and a multivariate model of p variables Y_1,...,Y_p, it computes the multivariate model of the n variables Z_1,...,Z_n deduced from the linear transform: Z = A x Y. The linear case is a particular case when the matrix A is a l x p matrix.

Value

The new model-class corresponding to the linear combination of the variables of the input Model.


[Package RGeostats version 14.0.10 Index]