IEmRedundantVariablesTestSettings.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

The number of explanatory series (m) must satisfy the inequality: 0 < m < n-1 for the model with constant and formula: 0 < m < n for the model without constant, where n is the number of observations in the explanatory series.

Explanatory series determines the IEmRedundantVariablesTestSettings.Explained property, whether model has a constant - IEmRedundantVariablesTestSettings.HasConstant.

Fore and Fore.NET examples

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

See also:

IEmRedundantVariablesTestSettings