ISlARMA.OrderMASeas

Syntax

OrderMASeas: Array;

Description

The OrderMASeas property determines order of seasonal moving average.

Comments

OrderMASeas is an integer array that is used on calculating autoregression and moving average in the ARIMA model.

If the order of seasonal moving average is defined, corresponding coefficients will be estimated: ISlARMA.CoefficientsMASeas.

Example

The property use is given in the example for ISlARMA.OrderARSeas.

See also:

ISlARMA