From 19c46dba554d596fab8d3d3fb967460be40910a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Thu, 6 Sep 2012 11:14:48 +0200
Subject: [PATCH] Improved recursive estimation. Run the estimation using
 previous results (saved in <M_.fname>_mode.mat).

---
 matlab/dynare_estimation.m | 1 +
 1 file changed, 1 insertion(+)

diff --git a/matlab/dynare_estimation.m b/matlab/dynare_estimation.m
index 12f9ebb911..6fe7a68ec8 100644
--- a/matlab/dynare_estimation.m
+++ b/matlab/dynare_estimation.m
@@ -64,6 +64,7 @@ if nnobs > 1
         options_.nobs = nobs(i);
         M_.dname = [dname '_' int2str(nobs(i))];
         dynare_estimation_1(var_list,M_.dname);
+        options_.mode_file = [M_.fname '_mode'];
         oo_recursive_{nobs(i)} = oo_;
     end
 else
-- 
GitLab