#73: The macroprocessor fails when the file ends with @#endif or @#endfor
without a new line at the EOF
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner: sebastien
Type: bug | Status: new
Priority: minor | Milestone:
Component: Preprocessor | Version: 4.1.0
Keywords: |
--------------------------+-------------------------------------------------
--
Ticket URL: <https://www.dynare.org/trac/ticket/73>
Dynare <http://www.dynare.org>
The Dynare project
#99: too many graphs crash Matlab
--------------------------+-------------------------------------------------
Reporter: michel | Owner: michel
Type: bug | Status: new
Priority: major | Milestone: 4.2
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
A large number of busy graphs (34 in my example) crash Matlab r2010a under
Linux 64-bit
I still need to upload the example to test it in different versions of
Matlab
--
Ticket URL: <https://www.dynare.org/trac/ticket/99>
Dynare <http://www.dynare.org>
The Dynare project
#40: Test M_.params at the top of the main functions.
--------------------------+-------------------------------------------------
Reporter: stepan | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 4.1
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
simul, stoch_simul, steady, ... should display a warning when some of the
parameters are not initialized (that is when some of the elements of
M_.params are NaN).
--
Ticket URL: <https://www.dynare.org/trac/ticket/40>
Dynare <http://www.dynare.org>
The Dynare project
#103: bug in dealing with <fname>_steadystate.m functions that modify parameters
--------------------------+-------------------------------------------------
Reporter: michel | Owner: michel
Type: bug | Status: new
Priority: major | Milestone: 4.2
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
The changes to M_.params introduced in <fname>_steadystate.m functions are
not taken into accounts by calling functions that obtain M_ as argument
and not as global variable.
Need to add
M_.params = evalin('base','M_.params');
after each call to <fname>_steadystate.m function
--
Ticket URL: <https://www.dynare.org/trac/ticket/103>
Dynare <http://www.dynare.org>
The Dynare project
#111: Add the possibility to solve underdetermined models
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner:
Type: feature | Status: new
Priority: major | Milestone: 4.2
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
When the Blanchard-Kahn conditions are not satisfied because the model is
underdetermined, it is possible to select a solution among the infinity of
solutions, provided we impose more restrictions.
We can implement the solution of Lubik and Schorfheide, “Testing for
Indeterminacy:An Application to U.S. Monetary Policy” (AER, 2004), see
http://ideas.repec.org/p/jhu/papers/480.html
--
Ticket URL: <https://www.dynare.org/trac/ticket/111>
Dynare <http://www.dynare.org>
The Dynare project
#130: Console mode
--------------------------+-------------------------------------------------
Reporter: stepan | Owner: sebastien
Type: feature | Status: new
Priority: major | Milestone: 4.2
Component: Preprocessor | Version:
Keywords: |
--------------------------+-------------------------------------------------
Add an option to the dynare command for the console mode. This option may
be called "console", "terminal" or "term", if used options_.console_mode
would be set to 1 and graphical waitbars are replaced by text waitbars.
The matlab code is ready (ie one can write options_.console_mode=1; in the
mod file before the estimation command), Sébastien only needs to add
something in the preprocessor.
--
Ticket URL: <https://www.dynare.org/trac/ticket/130>
Dynare <http://www.dynare.org>
The Dynare project
#131: histval is broken in models with lag > 1
--------------------------+-------------------------------------------------
Reporter: michel | Owner: michel
Type: bug | Status: new
Priority: critical | Milestone: 4.2
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
initialization doesn't take auxiliary variables into account
initial matrix has wrong dimension
--
Ticket URL: <https://www.dynare.org/trac/ticket/131>
Dynare <http://www.dynare.org>
The Dynare project