#121: Revert example MOD files in user guide to mode_compute=4
---------------------------+------------------------------------------------
Reporter: sebastien | Owner:
Type: bug | Status: new
Priority: major | Milestone: 4.2
Component: Documentation | Version:
Keywords: |
---------------------------+------------------------------------------------
The estimation examples in the user guide are not behaving nice with
mode_compute=6, because of the non-deterministic nature of estimation.
Many users were confused because on some runs, the example were failing
because the hessian at the mode was not definite positive.
As a quick fix, the mode_compute option was changed to 6 in
4ec5016e5fed4d51e4ac987c1e8f4bcc85f3148f and
7b59c012b992387c2cc11ab5dd5a8175051cce79.
The problem is that the examples are now a lot slower than before.
We should revert back to mode_compute=4 when #85 is fixed and we have a
way to fix the seed.
--
Ticket URL: <https://www.dynare.org/trac/ticket/121>
Dynare <http://www.dynare.org>
The Dynare project
#127: Output 2nd derivatives of static model when doing identification
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner: sebastien
Type: feature | Status: new
Priority: major | Milestone: 4.3
Component: Preprocessor | Version:
Keywords: |
--------------------------+-------------------------------------------------
This is necessary for global identification.
The code for 2nd static derivatives already exists (used for
planner_objective).
--
Ticket URL: <https://www.dynare.org/trac/ticket/127>
Dynare <http://www.dynare.org>
The Dynare project
#138: Move Markov-Switching C-code under mex/sources, clarify the license
----------------------------------+-----------------------------------------
Reporter: sebastien | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 4.2
Component: Markov-Switching DLL | Version:
Keywords: |
----------------------------------+-----------------------------------------
And possibly give a better name to the module than "swz".
--
Ticket URL: <https://www.dynare.org/trac/ticket/138>
Dynare <http://www.dynare.org>
The Dynare project
#87: fix order of integration in univariate filter/smoother
--------------------------+-------------------------------------------------
Reporter: michel | Owner: michel
Type: bug | Status: new
Priority: major | Milestone:
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
--
Ticket URL: <https://www.dynare.org/trac/ticket/87>
Dynare <http://www.dynare.org>
The Dynare project
#37: Automatic generation of _steadystate.m file from initval block
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner: sebastien
Type: feature | Status: new
Priority: major | Milestone:
Component: Preprocessor | Version:
Keywords: |
--------------------------+-------------------------------------------------
The idea is that the preprocessor would create a _steadystate.m file,
using the (symbolic) initializations given in the initval block.
This would be particularly useful for estimating models for which the
analytical form of the steady state is known.
--
Ticket URL: <https://www.dynare.org/trac/ticket/37>
Dynare <http://www.dynare.org>
The Dynare project
#145: when cross-compiling, the host prefix is not added to "ar"
--------------------------------------+-------------------------------------
Reporter: sebastien | Owner: sebastien
Type: bug | Status: new
Priority: trivial | Milestone:
Component: Build system / Packaging | Version: 4.1.3
Keywords: |
--------------------------------------+-------------------------------------
When building a static library (as in preprocessor/macro), the build
system will always use "ar" (instead of "i686-w64-mingw32-ar" for
example).
In most cases this is not a problem.
The problem can happen if one has only the cross-compiling binutils, but
not the native binutils, as for example in a Cygwin install where only the
packages listed on the wiki page are installed.
--
Ticket URL: <https://www.dynare.org/trac/ticket/145>
Dynare <http://www.dynare.org>
The Dynare project