IChowTestLinRegress.MACoefficients

Fore Syntax

MACoefficients: IModelCoefficients;

Fore.NET Syntax

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

Description

The Coefficients property returns moving average coefficients.

Comments

The coefficients are estimated if the order of seasonal moving average 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