ARAutoUnivariate Constructor |
ARAutoUnivariate constructor.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ARAutoUnivariate(
int maxlag,
double[] z
)
Public Sub New (
maxlag As Integer,
z As Double()
)
public:
ARAutoUnivariate(
int maxlag,
array<double>^ z
)
new :
maxlag : int *
z : float[] -> ARAutoUnivariate
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