ISlARMA.ParseARSeas

Syntax

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

Parameters

Value. String representation of seasonal autoregression order.

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

Description

The ParseARSeas method parses string representation of seasonal autoregression order.

Comments

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

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

If AssignOrder = True, after executing the ParseARSeas the obtained value is set into the ISlARMA.OrderARSeas property. If AssignOrder = False, seasonal autoregression order doe not change.

Example

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

See also:

ISlARMA