From 0605396815be89dcbebde14ade7b5cbc5e955a53 Mon Sep 17 00:00:00 2001 From: Marco Ratto Date: Mon, 6 Jun 2011 15:28:46 +0200 Subject: [PATCH] Force options_.nomoments=0; to be sure moments analysis is performed properly. Thanks to Johannes Pfeifer. --- matlab/dynare_identification.m | 1 + 1 file changed, 1 insertion(+) diff --git a/matlab/dynare_identification.m b/matlab/dynare_identification.m index e0d286699..3f90a113a 100644 --- a/matlab/dynare_identification.m +++ b/matlab/dynare_identification.m @@ -107,6 +107,7 @@ options_.ar=nlags; options_.prior_mc = options_ident.prior_mc; options_.options_ident = options_ident; options_.Schur_vec_tol = 1.e-8; +options_.nomoments=0; options_ = set_default_option(options_,'datafile',[]); options_.mode_compute = 0;