Hello,
I have some daily macroeconomic variables, which I only use on working days. I would like to check if these variables exhibit any form of seasonality, and tried to use a ARIMA (1, 0, 0) model on each of the variables. The model would look something like this.
However, for none of my macroeconomic variables any of the seasonality dummies are significant. Would this imply that my data does not exhibit seasonality? Or should I undertake more steps?
I have some daily macroeconomic variables, which I only use on working days. I would like to check if these variables exhibit any form of seasonality, and tried to use a ARIMA (1, 0, 0) model on each of the variables. The model would look something like this.
Code:
arima MacroVariable Q2 Q3 Q4, arima(1,0,0)
Comment