From 62e32a37cbdfa360b42a9c11373d1ae86eee286d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Tue, 23 Aug 2011 16:08:50 +0200 Subject: [PATCH] User guide: revert to mode_compute=4 in example (closes #121) --- doc/userguide/ch-estadv.tex | 4 ++-- doc/userguide/ch-estbase.tex | 4 ++-- doc/userguide/models/RBC_Est.mod | 2 +- doc/userguide/models/fs2000ns.mod | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/userguide/ch-estadv.tex b/doc/userguide/ch-estadv.tex index ac47ea530..96302738b 100644 --- a/doc/userguide/ch-estadv.tex +++ b/doc/userguide/ch-estadv.tex @@ -225,7 +225,7 @@ end;}\\ We add the following commands to ask Dynare to run a basic estimation of our model:\\ \\ \texttt{estimation(datafile=fsdat,nobs=192,loglinear,mh\_replic=2000,\\ -mode\_compute=6,mh\_nblocks=2,mh\_drop=0.45,mh\_jscale=0.65);}\\ +mode\_compute=4,mh\_nblocks=2,mh\_drop=0.45,mh\_jscale=0.65);}\\ \textsf{\textbf{NOTE!}} As mentioned earlier, we need to instruct Dynare to log-linearize our model, since it contains non-linear equations in non-stationary variables. A simple linearization would fail as these variables do not have a steady state. Fortunately, taking the log of the equations involving non-stationary variables does the job of linearizing them.\\ @@ -298,7 +298,7 @@ stderr e\_m, inv\_gamma\_pdf, 0.008862, inf;\\ end;\\ \\ estimation(datafile=fsdat,nobs=192,loglinear,mh\_replic=2000,\\ -mode\_compute=6,mh\_nblocks=2,mh\_drop=0.45,mh\_jscale=0.65);}\\ +mode\_compute=4,mh\_nblocks=2,mh\_drop=0.45,mh\_jscale=0.65);}\\ \\ \subsection{Summing it up} diff --git a/doc/userguide/ch-estbase.tex b/doc/userguide/ch-estbase.tex index c0568653c..9e48b1f59 100644 --- a/doc/userguide/ch-estbase.tex +++ b/doc/userguide/ch-estbase.tex @@ -139,7 +139,7 @@ Finally, coming back to our example, we could choose a standard option:\\ \\ \texttt{estimation(datafile=simuldataRBC,nobs=200,first\_obs=500,\\ mh\_replic=2000,mh\_nblocks=2,mh\_drop=0.45,mh\_jscale=0.8,\\ -mode\_compute=6); }\\ +mode\_compute=4); }\\ This ends our description of the .mod file. @@ -189,7 +189,7 @@ end;\\ \\ estimation(datafile=simuldataRBC,nobs=200,first\_obs=500,\\ mh\_replic=2000,mh\_nblocks=2,mh\_drop=0.45,mh\_jscale=0.8,\\ -mode\_compute=6); } +mode\_compute=4); } \\ diff --git a/doc/userguide/models/RBC_Est.mod b/doc/userguide/models/RBC_Est.mod index 54ca706af..e09a56624 100644 --- a/doc/userguide/models/RBC_Est.mod +++ b/doc/userguide/models/RBC_Est.mod @@ -36,4 +36,4 @@ epsilon, gamma_pdf, 10, 0.003; stderr e, inv_gamma_pdf, 0.01, inf; end; -estimation(datafile=simuldataRBC,nobs=200,first_obs=500,mh_replic=2000,mh_nblocks=2,mh_drop=0.45,mh_jscale=0.8,mode_compute=6); +estimation(datafile=simuldataRBC,nobs=200,first_obs=500,mh_replic=2000,mh_nblocks=2,mh_drop=0.45,mh_jscale=0.8,mode_compute=4); diff --git a/doc/userguide/models/fs2000ns.mod b/doc/userguide/models/fs2000ns.mod index 0ca4203fa..e557ccbf7 100644 --- a/doc/userguide/models/fs2000ns.mod +++ b/doc/userguide/models/fs2000ns.mod @@ -82,4 +82,4 @@ stderr e_m, inv_gamma_pdf, 0.008862, inf; end; estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=2000, - mode_compute=6,mh_nblocks=2,mh_drop=0.45,mh_jscale=0.65); \ No newline at end of file + mode_compute=4,mh_nblocks=2,mh_drop=0.45,mh_jscale=0.65); \ No newline at end of file