#63: new option instrument
---------------------------+------------------------------------------------
Reporter: michel | Owner: michel
Type: enhancement | Status: new
Priority: major | Milestone:
Component: Documentation | Version:
Keywords: |
---------------------------+------------------------------------------------
Document the new option "instrument" for ramsey_policy in reference manual
and write wiki page on using *_steadystate.m file with ramsey_policy
--
Ticket URL: <https://www.dynare.org/trac/ticket/63>
Dynare <http://www.dynare.org>
The Dynare project
#190: expectation operator conflicts with ramsey policy
--------------------------+-------------------------------------------------
Reporter: michel | Owner:
Type: bug | Status: new
Priority: major | Milestone:
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
ramsey_policy does not provide the same results with expectation operator
or if one adds the auxiliary variable/equation by hand
I suspect that the auxiliary variables and the Lagrange mutlipliers are
not entered in the right order or Ramsey policy fails if other auxiliary
variables are already present in the model
--
Ticket URL: <https://www.dynare.org/trac/ticket/190>
Dynare <http://www.dynare.org>
The Dynare project
#161: Under Octave, gamma priors fail when variance is too small
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner:
Type: bug | Status: new
Priority: major | Milestone: 4.2
Component: Core M-files | Version: 4.1.3
Keywords: |
--------------------------+-------------------------------------------------
This is reproducible on file RBC_Est.mod distributed with the user guide,
which has two gamma priors.
The problem is related to a bug in Octave:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493869
It may also affect beta priors which rely on gaminv() function.
A minimal solution would be to give a sensible error message to the user,
so that he knows he has to increase the variance.
A better solution would be to reimplement gaminv.
--
Ticket URL: <https://www.dynare.org/trac/ticket/161>
Dynare <http://www.dynare.org>
The Dynare project
***************************************
* DYNARE TEST RESULTS *
* for make check-matlab *
***************************************
169 tests PASSED out of 169 tests run
***************************************
***************************************
* DYNARE TEST RESULTS *
* for make check-octave *
***************************************
167 tests PASSED out of 167 tests run
***************************************
A full log can be found on karaba in '/var/tmp/dynare-master-check-qqk0vF5Rfk.log'.
***************************************
* DYNARE TEST RESULTS *
* for make check-matlab *
***************************************
150 tests PASSED out of 150 tests run
***************************************
***************************************
* DYNARE TEST RESULTS *
* for make check-octave *
***************************************
148 tests PASSED out of 148 tests run
***************************************
A full log can be found on karaba in '/var/tmp/dynare-4.2-check-n0izPRTMNK.log'.
***************************************
* DYNARE TEST RESULTS *
* for make check-matlab *
***************************************
169 tests PASSED out of 169 tests run
***************************************
***************************************
* DYNARE TEST RESULTS *
* for make check-octave *
***************************************
167 tests PASSED out of 167 tests run
***************************************
A full log can be found on karaba in '/var/tmp/dynare-master-check-W19oxOtRWN.log'.
***************************************
* DYNARE TEST RESULTS *
* for make check-matlab *
***************************************
150 tests PASSED out of 150 tests run
***************************************
***************************************
* DYNARE TEST RESULTS *
* for make check-octave *
***************************************
148 tests PASSED out of 148 tests run
***************************************
A full log can be found on karaba in '/var/tmp/dynare-4.2-check-kjiW26txz7.log'.
#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
--
Ticket URL: <https://www.dynare.org/trac/ticket/249>
Dynare <http://www.dynare.org>
The Dynare project