#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
#46: Update examples on the website
---------------------------+------------------------------------------------
Reporter: sebastien | Owner:
Type: bug | Status: new
Priority: minor | Milestone:
Component: Documentation | Version:
Keywords: |
---------------------------+------------------------------------------------
Most MOD files examples distributed on the website don't work with Dynare
4. They were designed for Dynare 3. We regularly get posts on the forum by
newcomers to Dynare who don't understand why these examples fail.
We should update them to Dynare 4.
--
Ticket URL: <https://www.dynare.org/trac/ticket/46>
Dynare <http://www.dynare.org>
The Dynare project
#88: smoother is computed for auxiliary variables
--------------------------+-------------------------------------------------
Reporter: michel | Owner: michel
Type: bug | Status: new
Priority: critical | Milestone:
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
The smoother is currently computed for all variables, including auxiliary
variables.
The smoother should be computed only for requested variables
--
Ticket URL: <https://www.dynare.org/trac/ticket/88>
Dynare <http://www.dynare.org>
The Dynare project
#91: Univariate smoother with missing observations needs corrections.
--------------------------+-------------------------------------------------
Reporter: stepan | Owner:
Type: bug | Status: new
Priority: major | Milestone:
Component: Core M-files | Version: 4.1.0
Keywords: |
--------------------------+-------------------------------------------------
The last block (if nargout>7) is wrong and cause dynare to crash. Variable
iF is not defined in this function (should be Fi i think). There is also a
problem with the selection matrix Z.
--
Ticket URL: <https://www.dynare.org/trac/ticket/91>
Dynare <http://www.dynare.org>
The Dynare project
#74: Variance decomposition gives dummy results in the presence of non-
stationary vars
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner:
Type: bug | Status: new
Priority: major | Milestone:
Component: Core M-files | Version: 4.1.0
Keywords: |
--------------------------+-------------------------------------------------
In the attached MOD file, the variance decomposition is clearly bogus:
some lines don't sum to 100% (some percentages are even negative).
The problem does not occur with Dynare 4.0.4. This is probably related to
the fact that this model contains a non-stationary variable. The file
{{{th_autocovariances.m}}} has changed between versions 4.0.4 and 4.1.0
with respect to the treatment of stationary variables.
Also note that the problem does not come from the fact that some shocks
are switched off (with a zero variance) in the attached MOD file.
Activating all the shocks still gives dummy results.
--
Ticket URL: <https://www.dynare.org/trac/ticket/74>
Dynare <http://www.dynare.org>
The Dynare project
#82: prior_analysis and posterior_analysis commands broken
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner: sebastien
Type: bug | Status: new
Priority: major | Milestone:
Component: Preprocessor | Version: 4.1.0
Keywords: |
--------------------------+-------------------------------------------------
The prior_analysis and posterior_analysis commands are broken: the calling
sequence generated by the preprocessor doesn't match the calling sequence
of the MATLAB function...
Their documentation in the ref. manual also needs updating.
--
Ticket URL: <https://www.dynare.org/trac/ticket/82>
Dynare <http://www.dynare.org>
The Dynare project