IMsPooledModelTransform.ResidualsTermSet

Syntax

ResidualsTermSet: IMsFormulaTermSet;

Description

The ResidualsTermSet property returns parameters of the variable, to which residual series data is loaded after model calculation.

Comments

By default, the variable is not set. The dimensions of this and explained variables must match. Parameters of the explained variable are returned by the IMsPooledModelTransform.Explained property.

Parameters returned by ResidualsTermSet are given as a set of terms.

Example

The property use is given in the example for IMsPooledModelTransform.FittedTermSet.

See also:

IMsPooledModelTransform