From 78a4bca38362ca0c521dc2d7e2f2de7c369964ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stepan@adjemian.eu>
Date: Sat, 16 Jan 2021 17:43:30 +0100
Subject: [PATCH] Use nonlinear filter.

---
 tests/particle/dsge_base2.mod | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/particle/dsge_base2.mod b/tests/particle/dsge_base2.mod
index 8b259d60e4..c5c055c7d4 100644
--- a/tests/particle/dsge_base2.mod
+++ b/tests/particle/dsge_base2.mod
@@ -11,10 +11,10 @@
 
 // ALGORITHM
 @#ifndef LINEAR_KALMAN
-@#define LINEAR_KALMAN = 1
+@#define LINEAR_KALMAN = 0
 @#endif
 @#ifndef NON_LINEAR_KALMAN
-@#define NON_LINEAR_KALMAN = 0
+@#define NON_LINEAR_KALMAN = 1
 @#endif
 @#ifndef ALGO_SIR
 @#define ALGO_SIR = 0
@@ -221,4 +221,4 @@ options_.threads.local_state_space_iteration_2 = 4;
   options_.posterior_sampling_method = 'RWGMH';
   options_.rwgmh_scale_shock = (1e-5)*[10 10 1 1 10 10 10 1000 10 10] ;
   estimation(order=1,mh_replic=5000,mode_compute=0,mode_file=dsge_base2_mode);
-@#endif
\ No newline at end of file
+@#endif
-- 
GitLab