From 97ac502d3d4d24c1d47066ccf9f38800f0253462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Wed, 5 Apr 2017 14:14:56 +0200 Subject: [PATCH] Fixed wrong threshold (unit root detection again). --- matlab/initial_estimation_checks.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/initial_estimation_checks.m b/matlab/initial_estimation_checks.m index 34755c75a..a13f88ee4 100644 --- a/matlab/initial_estimation_checks.m +++ b/matlab/initial_estimation_checks.m @@ -167,7 +167,7 @@ end if info(1) > 0 if DynareOptions.order>1 [eigenvalues_] = check(Model,DynareOptions, DynareResults); - if any(abs(1-abs(eigenvalues_))