IMsDiagnosticTestSettings.IncludedExplanatories

Fore Syntax

IncludedExplanatories: Array;

Fore.NET Syntax

IncludedExplanatories: System.Array;

Description

The IncludedExplanatories property determines indexes of explanatory series.

Comments

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

To update the IncludedExplanatories value, use IMsDiagnosticTestSettings.RefreshIncluded.

Fore Example

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

See also:

IMsDiagnosticTestSettings