Click or drag to resize
AutoARIMA Methods

The AutoARIMA type exposes the following members.

Methods
  NameDescription
Public methodCompute(Int32)
Estimates potential missing values, detects and determines outliers and simultaneously fits an optimum model from a set of different 
            \text{ARIMA}(p,0,0)\times(0,d,0)_s models to the outlier free time series.
Public methodCompute(Int32, Int32)
Estimates potential missing values, detects and determines outliers and simultaneously fits an optimum model from a set of different 
            \text{ARIMA}(p,0,q)\times(0,d,0)_s models to the outlier free time series.
Public methodCompute(Int32, Int32, Int32, Int32)
Estimates potential missing values, detects and determines outliers and simultaneously fits an \text{ARIMA}(p,0,q)\times(0,d,0)_s model to the outlier free time series.
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
Computes forecasts, associated probability limits and \psi weights for the given outlier contaminated time series.
Public methodGetAR
Returns the final autoregressive parameter estimates of the optimum model.
Public methodGetCompleteTimes
Returns all time points at which the original series was observed, including values for times with missing values in x.
Public methodGetCompleteTimeSeries
Returns the original series with potentially missing values replaced by estimates.
Public methodGetDeviations
Returns the deviations used for calculating the forecast confidence limits.
Public methodGetForecast
Returns forecasts for the original outlier contaminated series.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMA
Returns the final moving average parameter estimates of the optimum model.
Public methodGetOptimumModelOrder
Returns the order (p,0,q)\times(0,d,0)_s of the optimum model.
Public methodGetOutlierFreeForecast
Returns forecasts for the outlier free series.
Public methodGetOutlierFreeSeries
Returns the outlier free series.
Public methodGetOutlierStatistics
Returns the outlier statistics.
Public methodGetPsiWeights
Returns the \psi weights of the infinite order moving average form of the model.
Public methodGetResiduals
Returns the residuals.
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 methodSetDifferenceOrders
Defines the orders of the periodic differences used in the determination of the optimum model.
Public methodSetPeriods
Defines the periods used in the determination of the optimum model.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also