IEmOmittedVariablesTestSettings.Explanatories

Fore syntax

Explanatories: IEmSeriesList;

Fore.NET syntax

Explanatories: Prognoz.Platform.Interop.Modeller.IEmSeriesList;

Description

The Explanatories property returns the number of explanatory series.

Comments

Explanatory are the series that affect the explained variable behavior. The minimum number of explanatory series is 1.

If the series is explanatory, it cannot be a part of the series that are returned by the IEmOmittedVariablesTestSettings.OmittedExplanatories property.

Fore and Fore.NET examples

The property use is given in the example for IEmOmittedVariablesTestSettings.Explained.

See also:

IEmOmittedVariablesTestSettings