I am currently conducting the analysis using the ARIMA model with the use of monthly data.
I have determined the most appropriate ARIMA model and calculated the predicted values of variables using the following code.
This allowed me to obtain an estimated value after January 2020, but I am not sure how to obtain a 95% confidence interval of each predicted value in stata.
How can I command stata to obtain a 95% confidence interval of each predicted value?
I would appreciate it if you could enlighten me.
I have determined the most appropriate ARIMA model and calculated the predicted values of variables using the following code.
HTML Code:
predict variable, dynamic(tm(2020m1))y
How can I command stata to obtain a 95% confidence interval of each predicted value?
I would appreciate it if you could enlighten me.
Comment