Skip to content
Snippets Groups Projects
Commit 297cf797 authored by michel's avatar michel
Browse files

v3 version 3.062

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v3@586 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 83015071
No related branches found
No related merge requests found
DATE = $(shell date +%m%d)
VERSION = v3_021
DYNARE_ROOT = dynare_v3.021
VERSION = v3_062
DYNARE_ROOT = dynare_v3
FNAME_MAT = $(DYNARE_ROOT)/zips/dyn_mat_$(VERSION)
FNAME_PAR = $(DYNARE_ROOT)/zips/dyn_parser_$(VERSION)
MZIP_FILE = dyn_mat_$(VERSION).zip
......
......@@ -98,4 +98,6 @@ end;
options_.unit_root_vars = {'P_obs'; 'Y_obs'};
//stoch_simul(order=1,nomoments,irf=0);
estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=2000,mh_nblocks=2,mh_drop=0.45);
\ No newline at end of file
//estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=2000,mh_nblocks=2,mh_drop=0.45,smoother,forecast=5,bayesian_irf,moments_varendo,filtered_vars,load_mh_file,mode_compute=0,mode_file=fs2000a_mode,nodiagnostic) P_obs Y_obs gp_obs gy_obs c;
//estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=0,mh_nblocks=2,mh_drop=0.45,forecast=5,load_mh_file,mode_compute=0,mode_file=fs2000a_mode,nodiagnostic) P_obs Y_obs gp_obs gy_obs c;
estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=0,mh_nblocks=2,mh_drop=0.45,bayesian_irf,moments_varendo,load_mh_file,mode_compute=0,mode_file=fs2000a_mode,nodiagnostic) P_obs Y_obs gp_obs gy_obs c;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment