ISlSimultaneousEquation.ExogenousVariables

Fore Syntax

ExogenousVariables: ISlSeries;

Fore.NET Syntax

ExogenousVariables: Prognoz.Platform.Interop.Stat.ISlSeries;

Description

The ExogenousVariables property determines parameters of exogenous variables in an equation.

Comments

To determine parameters of endogenous variables in the equation, use the ISlSimultaneousEquation.EndogenousVariables property.

Fore and Fore.NET Examples

The property use is given in the example for ISlSimultaneousEquation.SpecificInstrumental.

See also:

ISlSimultaneousEquation