first_obs (estimation)
Posted: Thu Jun 25, 2015 9:54 am
Hi
A quick clarification. With the command "first_obs" in the estimation line, the manual says this is "The number of the first observation to be used". Does this mean that all previous observations are simply discarded? Or is it the first period in which filtered/smoothed/forecast variables are estimated, but all previous observations are available for training sample? And how does the latter relate to the presample command?
Code below (largely inherited), if that helps. Thanks in advance.
A quick clarification. With the command "first_obs" in the estimation line, the manual says this is "The number of the first observation to be used". Does this mean that all previous observations are simply discarded? Or is it the first period in which filtered/smoothed/forecast variables are estimated, but all previous observations are available for training sample? And how does the latter relate to the presample command?
Code below (largely inherited), if that helps. Thanks in advance.
- Code: Select all
estimation(optim=('MaxIter',200),datafile=usmodel_data_rec,mode_compute=4,first_obs=71,presample=4,lik_init=2,prefilter=0,mh_replic=0,mh_nblocks=2,mh_jscale=0.20,mh_drop=0.2,bayesian_irf,irf=0,forecast=1,nograph) labobs robs pinfobs dy dc dinve dw ;