IEmLinearRegressionSettings.Explanatories

Fore syntax

Explanatories: IEmSeriesList;

Fore.NET syntax

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

Description

The Explanatories property returns a set of explanatory series.

Comments

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

Fore and Fore.NET examples

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

See also:

IEmLinearRegressionSettings