Click or drag to resize
ARAutoUnivariate Properties

The ARAutoUnivariate type exposes the following members.

Properties
  NameDescription
Public propertyAIC
The final estimate for Akaike's Information Criterion (AIC) at the optimum.
Public propertyBackwardOrigin
The maximum backward origin used in calculating the forecasts.
Public propertyConfidence
The confidence level for calculating confidence limit deviations returned from GetDeviations.
Public propertyConstant
The estimate for the constant parameter in the ARMA series.
Public propertyConvergenceTolerance
The tolerance level used to determine convergence of the nonlinear least-squares and maximum likelihood algorithms.
Public propertyEstimationMethod
The estimation method used for estimating the final estimates for the autoregressive coefficients.
Public propertyInnovationVariance
The final estimate for the innovation variance.
Public propertyLikelihood
The final estimate for L \approx e^{-(\mbox{AIC} - 2p)/2}, where p is the AR order, AIC is the value of Akaike's Information Criterion, and L is the likelihood function evaluated for the optimum autoregressive model.
Public propertyMaxIterations
The maximum number of iterations used for estimating the autoregressive coefficients.
Public propertyMaxlag
The current value used to represent the maximum number of autoregressive lags to achieve the minimum AIC.
Public propertyMean
The mean used to center the time series z.
Public propertyNumberOfProcessors
Perform the parallel calculations with the maximum possible number of processors set to NumberOfProcessors.
Public propertyOrder
The order of the AR model selected with the minimum AIC.
Public propertyTimsacConstant
The estimate for the constant parameter in the ARMA series.
Public propertyTimsacVariance
The final estimate for the innovation variance calculated by the TIMSAC automatic AR modeling routine (UNIMAR).
Top
See Also