Click or drag to resize
ARMASetARLags Method
The order of the autoregressive parameters.

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

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