arima : why MA polynomial needs be invertible ?
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Sources finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!