IChowTestLinRegress.MASeasCoefficients

Fore Syntax

MASeasCoefficients: IModelCoefficients;

Fore.NET Syntax

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

Description

The MASeasCoefficients property returns coefficients of seasonal moving average.

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 IChowTestLinRegress.ARSeasCoefficients.

See also:

IChowTestLinRegress