Search found 3 matches
- Mon Jul 26, 2010 4:31 pm
- Forum: Programming
- Topic: rolling forecast matrix problem
- Replies: 5
- Views: 5916
Re: rolling forecast matrix problem
A bit late, but still: thanks for the help, stom did the trick!
- Thu Jul 22, 2010 5:33 am
- Forum: Programming
- Topic: rolling forecast matrix problem
- Replies: 5
- Views: 5916
Re: rolling forecast matrix problem
Thanks for your response Glenn. Unfortunately, that doesn't seem to be the only problem as I still just get NAs in my matrix. I tried to narrow it down, so I put @last in the argument for the observation. tmp_yhat gets overwritten every time through the loop, so I expected the matrix to be filled wi...
- Wed Jul 21, 2010 7:27 am
- Forum: Programming
- Topic: rolling forecast matrix problem
- Replies: 5
- Views: 5916
rolling forecast matrix problem
Hi, I need to do a rolling forecast for various forecasting horizons (1,4 and 20 quarters). My approach is to make a for loop and then extract the respective observations from the dynamic forecast series. I need to do some manipulation with that data afterwards, which I think will be easier to do in...
