#249: bug in dynare_estimation_1.m or documentation ---------------------+------------------------------------------------------ Reporter: houtanb | Owner: Type: bug | Status: new Priority: major | Milestone: 4.3 Component: General | Version: 4.2.5 Keywords: | ---------------------+------------------------------------------------------ There is a discrepancy between the documentation for mode_compute = 0 in dynare.texi which reads
The mode isn't computed. mode_file option must be specified
and the if statement on line 118 of dynare_estimation_1.m:
if isequal(options_.mode_compute,0) && isempty(options_.mode_file)...
First reported here: http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=3709