ISlARMA.InitARSeas

Fore Syntax

InitARSeas: Array;

Fore.NET Syntax

InitARSeas: System.Array;

Description

The InitARSeas property determines initial approximations of seasonal autoregression.

Comments

InitARSeas is a real array that is used to calculate autoregression and moving average in the ARIMA model.

This property is relevant if seasonal autoregression order is defined: ISlARMA.OrderARSeas.

Fore and Fore.NET Examples

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

See also:

ISlARMA