From d5f92eaddf7a8638b41454982d3b1fff95cec26e Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Wed, 10 Dec 2014 12:33:30 +0100
Subject: [PATCH] dmm: add num_forecasts option to test

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

diff --git a/tests/nile.mod b/tests/nile.mod
index b8b5be6188..82cb4dc69b 100644
--- a/tests/nile.mod
+++ b/tests/nile.mod
@@ -35,7 +35,7 @@ delta.prior(shape=beta,mean=2,stdev=4,interval=[1,20]);
 // I'm not sure what are the parameters used in the paper for the IG and beta distribution
 
 data(file='niledata.csv');
-dmm(drop=100,seed=0,thinning_factor=1,replic=500,max_order_of_integration=1,num_nonstationary=1);
+dmm(drop=100,seed=0,thinning_factor=1,replic=500,max_order_of_integration=1,num_nonstationary=1,num_forecasts=10);
 
 // calibrated parameter by regime
 //phi1.calibration(regime=1) = 0.2;
-- 
GitLab