forecasting
Posted: Thu May 25, 2017 5:39 pm
Hi,
I have a small question regarding forecasting. I have 176 observations, and I am trying to obtain the 1-step-ahead forecasts for the last 76 observations. I am using nobs=[101:176], forecast=1 in the estimation block. This yields a vector of length 76 for each observable in oo_.RecursiveForecast.mean. Are these the correct 1-step out-of-sample forecasts? Or do I need to use nobs=[100:175] instead?
Thanks in advance.
I have a small question regarding forecasting. I have 176 observations, and I am trying to obtain the 1-step-ahead forecasts for the last 76 observations. I am using nobs=[101:176], forecast=1 in the estimation block. This yields a vector of length 76 for each observable in oo_.RecursiveForecast.mean. Are these the correct 1-step out-of-sample forecasts? Or do I need to use nobs=[100:175] instead?
Thanks in advance.