IMsDiagnosticTestSettings.IncludedExplanatories

Syntax

IncludedExplanatories: Array;

Description

The IncludedExplanatories property determines indexes of explanatory series.

Comments

Indexes are shown as an integers array based on the IMsLinearRegressionTransform.Explanatories property. By default, the indexes list includes only the model factors, for which the IMsCompositeFormulaTerm.Included property is set to True.

To refresh the property value, use the IMsDiagnosticTestSettings.RefreshIncluded method.

Example

The property use is given in the example for IMsLinearRegressionTransform.DiagnosticTests.

See also:

IMsDiagnosticTestSettings