IMSL C# Numerical Library

ARMA.SetMALags Method 

Sets the order of the moving average parameters.

public void SetMALags(
   int[] maLags
);

Parameters

maLags
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

ARMA Class | Imsl.Stat Namespace