ISlARMA.ParseMASeas

Syntax

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

Parameters

Value. String representation of seasonal moving average order.

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

Description

The ParseMASeas method parses string representation of seasonal moving average order.

Comments

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

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

If AssignOrder = True, after executing the ParseMASeas the obtained value is set into the ISlARMA.OrderMASeas property. If AssignOrder = False, seasonal moving average order does not change.

Example

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

See also:

ISlARMA