arima : why MA polynomial needs be invertible ?
Afficher commentaires plus anciens
When providing myself an initial point to arima.estimate(), I got the error: Error using arima/validateModel (line 1298) The non-seasonal moving average polynomial is non-invertible.
As far as I know, only the AR polynomial is required to be invertible. The MA part (with no common roots) needs not. For instance X(t)= u(t) + 1.5 u(t-1) is a stationnary MA(2) with non invertible polynomial for which classical estimation procedure work well.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Conditional Mean Models dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!