ISmCointegratingRegression.DeterministicCoefficients

Fore Syntax

DeterministicCoefficients: ICoefficients;

Fore.NET Syntax

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

Description

The DeterministicCoefficients property returns estimates of deterministic coefficients of model and their characteristics.

Comments

To get cointegration coefficients of the model, use the ISmCointegratingRegression.CointegratingCoefficients property.

Fore and Fore.NET Examples

The property use is given in the example for ISmCointegratingRegression.AdditionalRegressors.

See also:

ISmCointegratingRegression