ARAutoUnivariate constructor.

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

Syntax

C#
public ARAutoUnivariate(
	int maxlag,
	double[] z
)
Visual Basic (Declaration)
Public Sub New ( _
	maxlag As Integer, _
	z As Double() _
)
Visual C++
public:
ARAutoUnivariate(
	int maxlag, 
	array<double>^ z
)

Parameters

maxlag
Type: System..::.Int32
An int scalar specifying the maximum number of autoregressive lags to evaluate.
z
Type: array< System..::.Double >[]()[]
A double array containing the time series.

See Also