ISlSimultaneousEquation.EndogenousCoefficients

Fore Syntax

EndogenousCoefficients: ICoefficients;

Fore.NET Syntax

EndogenousCoefficients: Prognoz.Platform.Interop.Stat.ICoefficients;

Description

The EndogenousCoefficients property returns estimates and characteristics of equation endogenous variable coefficients.

Comments

To get parameters of endogenous variable coefficients in the equation, use the ISlSimultaneousEquation.ExogenousCoefficients property.

Fore and Fore.NET Examples

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

See also:

ISlSimultaneousEquation