Hi everyone,
I want to evaluate forecasting accuracy of ARIMA (1,1,1) model. I use only one variable, so it is univariate. I have variable X with 1000 observations.
On first iteration I want to estimate this model by using only 900 observations from the sample. Then I want to obtain one step ahead forecast for 901st observation, calculate forecasting error by using 901st actual observation, store this error. On next iteration I want to estimate the model by using 901 actual observations, obtain forecast for 902nd observation, obtain forecasting error by using 902nd actual observation, store this error and so on until the last iteration.
As the result, in the end I will have 100 forecasting errors and will be able to calculate RMSE for this model. I will appreciate a lot if someone can help me with the code for this loop.
Related Posts with Model's forecast accuracy evaluation
How to calculate P value for incidence rateHello, I have calculated the crude incidence rates per 1000 population per year of strokes in patie…
Forecast with panel data techniquesI am trying to use panel data techniques as a forecasting tools, although little research is dedicat…
Is it appropriate to consider regressors in multiple regression model that have no impact when taken individually?Hi I am using stata to analyse the impact of different regressors on private equity fundraising usin…
Panel data - linking individuals across yearsDear All, I have data from household panel survey in a long form (several rows for one individual f…
How to run LM- tes to check of Spatial Auto-correlation in panel data?Hello Dears I had run LM- tes to check of Spatial Auto-correlation in panel data but i got an error…
Subscribe to:
Post Comments (Atom)
0 Response to Model's forecast accuracy evaluation
Post a Comment