ISmTramoSeats.ArimaOrderSearch

Syntax

ArimaOrderSearch: ArimaOrderSearchType;

Description

The ArimaOrderSearch property determines the method of ARIMA model specification.

Comments

To determine the order of non-seasonal and seasonal differentiation, use the ISmTramoSeats.D and ISmTramoSeats.SD properties, to determine the order of non-seasonal and seasonal autoregression, use the ISmTramoSeats.AR and ISmTramoSeats.SAR properties, to determine the order of non-seasonal and seasonal moving average, use the ISmTramoSeats.MA and ISmTramoSeats.SMA properties.

Example

The property use is given in the example for ISmTramoSeats.D.

See also:

ISmTramoSeats