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