#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
#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
#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
#100: Add exception for degenerate beta prior.
--------------------------+-------------------------------------------------
Reporter: stepan | Owner: sebastien
Type: bug | Status: new
Priority: major | Milestone: 4.2
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
If the declared prior expectation and standard deviation are equal to 0.5,
the prior density is not defined because in this special case the
parameters \alpha and \beta are zero. We should add an exception for this
case.
--
Ticket URL: <https://www.dynare.org/trac/ticket/100>
Dynare <http://www.dynare.org>
The Dynare project
#104: Add option pruning
--------------------------+-------------------------------------------------
Reporter: stepan | Owner: sebastien
Type: bug | Status: new
Priority: major | Milestone: 4.2
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
Add option pruning in stoch_simul for second order simulations. The
preprocessor should set options_.pruning equal to one if pruning option is
used. The preprocessor should issue a warning if pruning and
k_order_solver are used simultaneously (pruning is not available in
dynare_simul_).
--
Ticket URL: <https://www.dynare.org/trac/ticket/104>
Dynare <http://www.dynare.org>
The Dynare project