Click or drag to resize
ARAutoUnivariate Constructor
ARAutoUnivariate constructor.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ARAutoUnivariate(
	int maxlag,
	double[] z
)

Parameters

maxlag
Type: SystemInt32
An int scalar specifying the maximum number of autoregressive lags to evaluate.
z
Type: SystemDouble
A double array containing the time series.
See Also