#101: Preprocessor crashes when some dynamic variables appear only in unused
model local variables
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner: sebastien
Type: bug | Status: new
Priority: minor | Milestone:
Component: Preprocessor | Version: 4.1.1
Keywords: |
--------------------------+-------------------------------------------------
See http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=2592
The fix is probably to add calls to ExprNode::collectVariables() on model
local variables from DynamicModel::computeDerivIDs()
--
Ticket URL: <https://www.dynare.org/trac/ticket/101>
Dynare <http://www.dynare.org>
The Dynare project
#105: Support normcdf(), asinh(), acosh(), atanh() for USE_DLL+MSVC combination
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner: sebastien
Type: feature | Status: new
Priority: minor | Milestone:
Component: Preprocessor | Version:
Keywords: |
--------------------------+-------------------------------------------------
This would be particularly useful for Windows/64 users, since they don't
have the Cygwin option.
--
Ticket URL: <https://www.dynare.org/trac/ticket/105>
Dynare <http://www.dynare.org>
The Dynare project
#118: Build system for SWZ DLL fails under Cygwin
--------------------------------------+-------------------------------------
Reporter: sebastien | Owner: sebastien
Type: bug | Status: new
Priority: major | Milestone: 4.2
Component: Build system / Packaging | Version:
Keywords: |
--------------------------------------+-------------------------------------
The problem comes from the GSL: the package shipped with Cygwin does not
link with MATLAB DLLs, which are compiled with MinGW even under Cygwin.
The solution is probably to use a GSL compiled for MinGW:
http://gnuwin32.sourceforge.net/packages/gsl.htm
--
Ticket URL: <https://www.dynare.org/trac/ticket/118>
Dynare <http://www.dynare.org>
The Dynare project
#96: Problem with struct2local.m
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner:
Type: bug | Status: new
Priority: critical | Milestone:
Component: Core M-files | Version: 4.1.1
Keywords: |
--------------------------+-------------------------------------------------
The function struct2local.m doesn't work as expected when a function
exists in the path with the same name than a variable to be unpacked.
After the call to struct2local, MATLAB gives precedence to the function
over the local variable.
This behavior is apparently in contradiction with the precedence rules
described on:
http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_prog/f10-60956…
However it is present on most versions of MATLAB, and should be taken as a
normal behavior of MATLAB.
A possible fix is to drop the use of struct2local, and to unpack
structures by hand.
--
Ticket URL: <https://www.dynare.org/trac/ticket/96>
Dynare <http://www.dynare.org>
The Dynare project
#108: Create an interface for DSGE-Var
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner: sebastien
Type: enhancement | Status: new
Priority: major | Milestone: 4.2
Component: Preprocessor | Version:
Keywords: |
--------------------------+-------------------------------------------------
Needs an option of estimation, which takes a value:
- if the value is numeric, means that the weight of the DSGE prior is
calibrated to that value
- if the value is a string, means that this weight is estimated as this
given parameter
Also needs an option for number of lags.
See: http://www.dynare.org/DynareWiki/DsgeVar
--
Ticket URL: <https://www.dynare.org/trac/ticket/108>
Dynare <http://www.dynare.org>
The Dynare project
#97: estimation with mode_compute=6 fails under Octave
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner:
Type: bug | Status: new
Priority: major | Milestone:
Component: Core M-files | Version: 4.1.1
Keywords: |
--------------------------+-------------------------------------------------
The reason is that the code uses a graphical waitbar, which is not
available under Octave.
The fix is to replace it by a text waitbar.
See the following thread:
http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=2531
--
Ticket URL: <https://www.dynare.org/trac/ticket/97>
Dynare <http://www.dynare.org>
The Dynare project
#120: 1st order coefficients reported by k-order DLL are not the same than
Dynare++
-------------------------+--------------------------------------------------
Reporter: sebastien | Owner: george
Type: bug | Status: new
Priority: critical | Milestone:
Component: K-order DLL | Version: 4.1.1
Keywords: |
-------------------------+--------------------------------------------------
Reproducible on a model sent by Dario Caldara.
--
Ticket URL: <https://www.dynare.org/trac/ticket/120>
Dynare <http://www.dynare.org>
The Dynare project