arima : why MA polynomial needs be invertible ?
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Sources en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!