ISmx12arima.ParseMASeas

Fore Syntax

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

Fore.NET Syntax

ParseMASeas(Value: String; AssignOrder: boolean);

Parameters

Value. String representation of autoregression order.

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

Description

The ParseMASeas method parses strings with parameters of seasonal moving average.

Comments

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

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

If AssignOrder = True, after executing the ParseMASeas the obtained value is set into the ISmx12arima.OrderMASeas property. If AssignOrder = False, the order of parameters of seasonal moving average is unchanged.

Fore and Fore.NET Examples

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

See also:

ISmx12arima

Related work items