From 4d50db71dd5740c66ad1d32f4f99a658f9f413b8 Mon Sep 17 00:00:00 2001
From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Wed, 13 Jan 2010 17:39:30 +0000
Subject: [PATCH] Fix example test file: it fails with Netlib BLAS (but
 succeeds with ATLAS), because of a near-singularity

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3355 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 doc/bvar-a-la-sims.tex                 | 6 +++---
 tests/bvar_a_la_sims/bvar_and_dsge.mod | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/bvar-a-la-sims.tex b/doc/bvar-a-la-sims.tex
index 1b79d57ac..b176c2199 100644
--- a/doc/bvar-a-la-sims.tex
+++ b/doc/bvar-a-la-sims.tex
@@ -567,14 +567,14 @@ varobs dx dy;
 check;
 
 estimation(datafile = bvar_sample, mh_replic = 1200, mh_jscale = 1.3,
-           first_obs = 9);
+           first_obs = 20);
 
-bvar_density 8;
+bvar_density(bvar_prior_train = 10) 8;
 
 bvar_forecast(forecast = 10, bvar_replic = 2000, nobs = 200) 8;
 \end{verbatim}
 
-Note that the BVAR commands use the defaults for the prior, and take their \texttt{datafile} and \texttt{first\_obs} options from the \texttt{estimation} command.
+Note that the BVAR commands take their \texttt{datafile} and \texttt{first\_obs} options from the \texttt{estimation} command.
 
 
 
diff --git a/tests/bvar_a_la_sims/bvar_and_dsge.mod b/tests/bvar_a_la_sims/bvar_and_dsge.mod
index 34e22073b..cdf878409 100644
--- a/tests/bvar_a_la_sims/bvar_and_dsge.mod
+++ b/tests/bvar_a_la_sims/bvar_and_dsge.mod
@@ -23,8 +23,8 @@ varobs dx dy;
 check;
 
 estimation(datafile = bvar_sample, mh_replic = 1200, mh_jscale = 1.3,
-           first_obs = 9);
+           first_obs = 20);
 
-bvar_density 8;
+bvar_density(bvar_prior_train = 10) 8;
 
 bvar_forecast(forecast = 10, bvar_replic = 2000, nobs = 200) 8;
-- 
GitLab