ILanerResultsBoxCoefficients.FactorTerm

Fore Syntax

FactorTerm(TermIndex: Integer): ITsCompositeFormulaTerm;

Fore.NET Syntax

FactorTerm[TermIndex: integer]: Prognoz.Platform.Interop.Transform.ITsCompositeFormulaTerm;

Parameters

TermIndex. Element index.

Description

The FactorTerm property returns the expression element, which corresponds to the factor of calculated method.

Comments

The property is actual only for the series, calculated by linear regression method (estimated by the instrumental variables method).

Fore and Fore.NET Examples

The property use is given in the example for  ITsCompositeFormulaTerm.Included.

See also:

ILanerResultsBoxCoefficients