IMsPooledModelTransform.LowerConfidenceLevelTermSet

Syntax

LowerConfidenceLevelTermSet: IMsFormulaTermSet;

Description

The LowerConfidenceLevelTermSet property returns parameters of the variable, to which lower confidence limit 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 LowerConfidenceLevelTermSet are given as a set of terms.

Example

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

See also:

IMsPooledModelTransform