Click or drag to resize
ARMA.SetMALags Method
Sets the order of the moving average parameters.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetMALags(
	int[] maLags
)

Parameters

maLags
Type:System.Int32[]
An int array of length q containing the order of the moving average parameters.
Remarks

The maLags elements must be greater than or equal to 1. By default, maLags = [1, 2, ..., q].

See Also