Plotting the characteristic roots for ARIMA models
See the original posting on DZone Python
When modelling data with ARIMA models, it is sometimes useful to plot the inverse characteristic roots. The following functions will compute and plot the inverse roots for any fitted ARIMA model (including seasonal models).
Preview Text:
When modelling data with ARIMA models, it is sometimes useful to plot the inverse characteristic roots. The…