From 8d7fcb723f3f4be7278ace987494105b96467a97 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Thu, 20 Nov 2014 15:48:15 +0100
Subject: [PATCH] dmm: change params to match those in the 3 eq nile example in
 the dmm submodule

---
 tests/nile.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/nile.mod b/tests/nile.mod
index ad4c44e8aa..b8b5be6188 100644
--- a/tests/nile.mod
+++ b/tests/nile.mod
@@ -26,7 +26,7 @@ S2.calibration(process=2, regime=1) = 1;
 S2.calibration(process=2, regime=2) = 2;
 
 //P2.prior(shape=dirichlet,mean=3,variance=3,params=[16,2]);
-P1.prior(shape=dirichlet,mean=3,variance=3,params=[18,2]);
+P1.prior(shape=dirichlet,mean=3,variance=3,params=[8 4 4 1]);
 
 // we need to add Dirichlet shape and params field the number of params must be equal to number of regimes in multinomial declaration
 Ve.prior(shape=inv_gamma,mean=6e4,stdev=6,interval=[0,5e4]);
-- 
GitLab