ARIMA comparison Seasonal VS Non-Seasonal

1 view (last 30 days)
Hello everyone,
I tried to compare some models I built for a certain time series. I have 2 non-seasonal arima models, ARMA(1,1) & ARMA(1,0) and 2 seasonal ARIMA models, ARMA(1,1)x(1,0)[48] & ARMA(1,0)x(1,0)[48].
I used aicbic function to obtain the values of these criteria and although the seasonal models perform better from the non-seasonals, the values of AIC and BIC are smaller for the non-seasonal which make no-sense.
So, my question is --> Can I compare seasonal with non-seasonal models by using AIC and BIC or not?
Thank you!
  1 Comment
Hamed Majidiyan
Hamed Majidiyan on 15 Mar 2022
Could you share the code BIC function which you have used for your simulation?
Regards

Sign in to comment.

Answers (0)

Categories

Find more on Conditional Mean Models in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!