Click or drag to resize
ARMAMaxLikelihood Methods

The ARMAMaxLikelihood type exposes the following members.

Methods
  NameDescription
Public methodCompute
Computes the exact maximum likelihood estimates for the autoregressive and moving average parameters of an ARMA 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
Returns forecasts for lead times l=1,2,\ldots,\rm{nForecast} at origins z.Length-BackwardOrigin-1+j where j=1,\ldots,\rm{BackwardOrigin}+1.
Public methodGetAR
Returns the final autoregressive parameter estimates.
Public methodGetDeviations
Returns the deviations for each forecast used for calculating the forecast confidence limits.
Public methodGetForecast
Returns forecasts
Public methodGetGradients
Returns the gradients for the final parameter estimates.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMA
Returns the final moving average parameter estimates.
Public methodGetPsiWeights
Returns the psi weights used for calculating forecasts from the infinite order moving average form of the ARMA model.
Public methodGetResiduals
The current values of the vector of residuals.
Public methodGetTimeSeries
Returns the time series used to construct ARMAMaxLikelihood.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsInvertible
Tests whether the coefficients in ma are invertible.
Public methodIsStationary
Tests whether the coefficients in ar are stationary.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetAR
Sets the initial values for the autoregressive terms to the p values in ar.
Public methodSetMA
Sets the initial values for the moving average terms to the q values in ma.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also