ISlSimultaneousEquation.DependentVariable

Fore Syntax

DependentVariable: ISlSerie;

Fore.NET Syntax

DependentVariable: Prognoz.Platform.Interop.Stat.ISlSerie;

Description

The DependentVariable property determines parameters of dependent variable in an equation.

Comments

To determine parameters of endogenous and exogenous variables in the equation, use the ISlSimultaneousEquation.EndogenousVariables and ISlSimultaneousEquation.ExogenousVariables properties.

Fore and Fore.NET Examples

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

See also:

ISlSimultaneousEquation