Click or drag to resize
ARAutoUnivariate Methods

The ARAutoUnivariate type exposes the following members.

Methods
  NameDescription
Public methodCompute
Determines the autoregressive model with the minimum AIC by fitting autoregressive models from 0 to maxlag lags using the method of moments or an estimation method specified by the user through EstimationMethod.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodForecast
Returns forecasts and associated confidence interval offsets.
Public methodGetAR
Returns the final autoregressive parameter estimates at the optimum AIC using the estimation method specified in EstimationMethod.
Public methodGetDeviations
Returns the deviations for each forecast used for calculating the forecast confidence limits.
Public methodGetForecast
Returns a specified number of forecasts beyond the last value in the series.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetResiduals
Returns the current values of the vector of residuals.
Public methodGetTimeSeries
Returns the time series used for estimating the minimum AIC and the autoregressive coefficients.
Public methodGetTimsacAR
Returns the final auto regressive parameter estimates at the optimum AIC estimated by the original TIMSAC routine (UNIMAR).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also