McqMate
Priya Sharma
4 hours ago
I'm working on a university assignment where I need to forecast quarterly GDP growth for a small economy. I've collected data from the past 20 years and tried fitting ARIMA models in Python with statsmodels. However, when I add seasonal components, the AIC and BIC values fluctuate wildly, and the forecasts don't align with historical trends. I've already checked for stationarity using ADF tests and differenced the data appropriately, but I'm unsure how to proceed with model diagnostics or if I should consider alternative methods like SARIMA or machine learning approaches.
No comments yet