Click or drag to resize
ARMA Methods

The ARMA type exposes the following members.

Methods
  NameDescription
Public methodCompute
Computes least-square estimates of parameters for an ARMA model.
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 and their associated probability limits for an ARMA model.
Public methodGetAR
Returns the final autoregressive parameter estimates.
Public methodGetAutoCovariance
Returns the autocovariances of the time series z.
Public methodGetDeviations
Returns the deviations for each forecast used for calculating the forecast confidence limits.
Public methodGetForecast
Returns forecasts
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMA
Returns the final moving average parameter estimates.
Public methodGetNumberOfBackcasts
Returns the number of backcasts used to calculate the AR coefficients for the time series z.
Public methodGetParamEstimatesCovariance
Returns the covariances of parameter estimates.
Public methodGetPsiWeights
Returns the psi weights of the infinite order moving average form of the model.
Public methodGetResidual
Returns the residuals at the final parameter estimate.
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 methodSetARLags
The order of the autoregressive parameters.
Public methodSetARMAInfo
Sets the ARMAInfo object to previously determined values
Public methodSetBackcasting
Sets backcasting option.
Public methodSetInitialAREstimates
Sets preliminary autoregressive estimates.
Public methodSetInitialEstimates
Sets preliminary estimates.
Public methodSetInitialMAEstimates
Sets preliminary moving average estimates.
Public methodSetMALags
Sets the order of the moving average parameters.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also