The order of the autoregressive parameters.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public void SetARLags(
	int[] arLags
)
Visual Basic (Declaration)
Public Sub SetARLags ( _
	arLags As Integer() _
)
Visual C++
public:
void SetARLags(
	array<int>^ arLags
)

Parameters

arLags
Type: array< System..::.Int32 >[]()[]
An int array of length p containing the order of the autoregressive parameters.

Remarks

The elements of arLags must be greater than or equal to 1. By default, arLags = [1, 2, ..., p].

See Also