ISmx12arima.ParseARSeas

Syntax

ParseARSeas(Value: String; [AssignOrder: Boolean = True]);

Parameters

Value. String representation of autoregression order.

AssignOrder. Indicates whether the obtained value is set into the ISmx12arima.OrderARSeas property.

Description

The ParseARSeas method parses strings with parameters of seasonal autoregression.

Comments

The Value parameter should contain numbers or ranges of autoregression orders, separated with commas. For example:

ParseARSeas("1-3,5,7-9"True);

If AssignOrder = True, after executing the ParseARSeas the obtained value is set into the ISmx12arima.OrderARSeas property. If AssignOrder = False, the order of parameters of seasonal autoregression is unchanged.

Example

The property use is given in the example for ISmx12arima.OutliersARIMAls.

See also:

ISmx12arima