MATLAB: How to model a time series in MATLAB using ARMA

armaSystem Identification Toolboxtime seriesurgent

I am working on a time series analysis and want a time series data to be modeled using ARMA. How should I proceed in MATLAB?

Best Answer

For modeling time series see time series modeling functions in System Identification Toolbox such as AR, ARX, ARMAX and NLARX.
Econometrics Toolbox (garchma, vgxvarx etc) and Signal Processing Toolbox (arburg, arcov etc) also offer functions for time series analysis and modeling.
Related Question