From 297cf797ce1272fc75bc25adf1859f003bd5e0b6 Mon Sep 17 00:00:00 2001 From: michel <michel@ac1d8469-bf42-47a9-8791-bf33cf982152> Date: Sat, 7 Jan 2006 20:58:01 +0000 Subject: [PATCH] v3 version 3.062 git-svn-id: https://www.dynare.org/svn/dynare/dynare_v3@586 ac1d8469-bf42-47a9-8791-bf33cf982152 --- makefile | 4 ++-- tests/fs2000/fs2000a.mod | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index ba0192b79..be2b80530 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ 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 diff --git a/tests/fs2000/fs2000a.mod b/tests/fs2000/fs2000a.mod index 4724b480a..f9593da2d 100644 --- a/tests/fs2000/fs2000a.mod +++ b/tests/fs2000/fs2000a.mod @@ -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; -- GitLab