Sets the order of the moving average parameters.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetMALags(
int[] maLags
)
Public Sub SetMALags (
maLags As Integer()
)
public:
void SetMALags(
array<int>^ maLags
)
member SetMALags :
maLags : int[] -> unit
Parameters
- maLags
- Type: SystemInt32
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