![]() |
Constructor for ARMAMaxLikelihood . |
![]() | The maximum backward origin. |
![]() | The confidence level for calculating confidence limit deviations returned from GetDeviations . |
![]() | The constant parameter in the ARMA series. |
![]() | The gradient tolerance for the convergence algorithm. |
![]() | The estimated innovation variance of this series. |
![]() | The final estimate for ![]() ![]() |
![]() | The maximum number of iterations. |
![]() | The mean used for centering the series. |
![]() | The number of autoregressive terms in the ARMA model |
![]() | The number of moving average terms in the ARMA model |
![]() | The tolerance for the convergence algorithm. |
![]() | Computes the exact maximum likelihood estimates for the autoregressive and moving average parameters of an ARMA time series. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Returns forecasts for lead times ![]() z.Length-BackwardOrigin-1+jwhere ![]() |
![]() | Returns the final autoregressive parameter estimates. |
![]() | Returns the deviations for each forecast used for calculating the forecast confidence limits. |
![]() | Returns forecasts |
![]() | Returns the gradients for the final parameter estimates. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Returns the final moving average parameter estimates. |
![]() | Returns the psi weights used for calculating forecasts from the infinite order moving average form of the ARMA model. |
![]() | The current values of the vector of residuals. |
![]() | Returns the time series used to construct ARMAMaxLikelihood . |
![]() | Gets the Type of the current instance. |
![]() | Tests whether the coefficients in ma are invertible. |
![]() | Tests whether the coefficients in ar are stationary. |
![]() | Sets the initial values for the autoregressive terms to the p values in ar . |
![]() | Sets the initial values for the moving average terms to the q values in ma . |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
ARMAMaxLikelihood Class | Imsl.Stat Namespace | Example