Show contents 

Stat Assembly > Stat Assembly Interfaces > IChowTestLinRegress > IChowTestLinRegress.ARCoefficients

IChowTestLinRegress.ARCoefficients

Fore Syntax

ARCoefficients: IModelCoefficients;

Fore.NET Syntax

ARCoefficients: Prognoz.Platform.Interop.Stat.IModelCoefficients;

Description

The ARCoefficients property returns autoregression coefficients.

Comments

The coefficients can be estimated if autoregression order is defined using the ISmChowTest.ARMA property.

Fore and Fore.NET Examples

The property use is given in the example for ISmChowTest.ConfidenceLevel.

See also:

IChowTestLinRegress