ISlARMAGARCH.ParseMA

Syntax

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

Parameters

Value. String representation of autoregression order.

AssignOrder. Indicates, whether the obtained value is set into the ISlARMAGARCH.OrderMA property.

Description

The ParseMA method parses strings with parameters of moving average.

Comments

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

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

If AssignOrder = True, after executing the ParseMA the obtained value is set into the ISlARMAGARCH.OrderMA property. If AssignOrder = False, the order of moving average parameters does not change.

Example

The property use is given in the example for ISlARMAGARCH.ParseAR.

See also:

ISlARMAGARCH