Unit root variables have to be declared before any call to steady_ (steady).

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1245 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
adjemian 2007-04-15 12:49:13 +00:00
parent 5115f8430d
commit 431a1d258a
1 changed files with 4 additions and 2 deletions

View File

@ -72,6 +72,8 @@ var e_a; stderr 0.014;
var e_m; stderr 0.005;
end;
unit_root_vars P_obs Y_obs;
steady;
check;
@ -95,7 +97,7 @@ P_obs (log(mst)-gam);
Y_obs (gam);
end;
unit_root_vars P_obs Y_obs;
estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=2000,mh_nblocks=2,mh_drop=0.45);
estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=2000,
mode_compute=4,mh_nblocks=2,mh_drop=0.45,mh_jscale=0.65);