I am currently doing time-series forecasting for a vector autoregression (VAR) model. I am also graphing the forecast results to compare with observed data. However, I am wondering about how to also do a random-walk forecast over the same observed data. The questions I have are as follows:
- How do I perform a random-walk?
- How do I compare the root-mean-square error (RMSE) of the forecasted VAR and forecasted random-walk?
- Am I able to graph my random-walk forecast?
Comment