hi there,
im trying to do some out-of-sample forecasts for my little SETAR-like model.
Code: Select all
series y = (gbpusd)
series growth = dgbp
scalar th = -0.04
series ind = (growth(-1)<th)
equation test.ls y c ind*y(-1) (1-ind)*y(-1)
the in-sample forecasts works perfectly fine, i already expanded the workfile but when i run a dynamic out-of-sample forecasts it only shows the first out of sample observation forecast (e.g. we are in 2012M08 so i forecast to 2013M08, it only shows me the forecast for 2012M09 and thats it). Is there any way to fix this within the Forecast Interface or should i use monte carlo/ bootstrap methods?
thx in advance & best regards