Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sébastien Villemot
website
Commits
b5777510
Verified
Commit
b5777510
authored
Feb 08, 2019
by
Stéphane Adjemian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dynare 4.5.7 release.
parent
1d34ac30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
79 additions
and
1 deletion
+79
-1
_posts/2019-02-08-dynare-4.5.7-released.markdown
_posts/2019-02-08-dynare-4.5.7-released.markdown
+78
-0
index.md
index.md
+1
-1
No files found.
_posts/2019-02-08-dynare-4.5.7-released.markdown
0 → 100644
View file @
b5777510
---
layout
:
posts
title
:
"
Dynare
4.5.7
Released"
date
:
2019-02-08
related
:
true
categories
:
-
new-dynare-release
tags
:
-
release notes
---
We are pleased to announce the release of Dynare 4.5.7.
This is a bugfix release.
This release is compatible with MATLAB versions 7.5 (R2007b) to 9.4 (R2018b)
and with GNU/Octave versions 4.4.1
## Bug Fixes
Here is a list of the problems identified in version 4.5.6 and that have been
fixed in version 4.5.7:
-
The mex-file conducting the QZ decomposition erroneously applied
the
`qz_criterium`
to the square absolute value of eigenvalues
instead of the absolute value itself (as done in mjdgges.m and the
AIM solver).
-
In pathological cases,
`mode_compute=5`
(
`newrat`
) might enter an
infinite loop.
-
`discretionary_policy`
might erroneously state that the derivatives
of the objective function are non-zero if there are NaN present.
-
Dynare++, when conducting the QZ decomposition, erroneously applied
the
`qz_criterium`
to the square absolute value of eigenvalues
instead of the absolute value itself.
-
Dynare++: IRFs were incorrectly computed.
-
`dynare_sensitivity`
did not display the figures of
`irf_calibration`
, it only stored them on the disk.
-
Scatter plots generated by
`dynare_sensitivity`
did not correctly
display LaTeX names.
-
Parameter updating via steady state files did not correctly work in
case of using [static]/[dynamic] equation tags.
-
Memory leaks in
`k_order_pert`
(used by higher order stochastic
simulations) could lead to crashes.
-
Predetermined variables were not properly set when used in model
local variables.
-
Posterior moment computation did not correctly update the
covariance matrix of exogenous shocks during posterior sampling.
-
Dynare was crashing with a cryptic message if a non estimated
parameter was initialized in the
`estimated_params_init`
block.
-
The
`forecast`
command crashed if the model was declared as linear
and contained deterministic exogenous variables.
-
Block decomposition is broken when used in conjunction with
`varexo_det`
.
-
The model was not correctly specified when
`identification`
was run
without another stochastic command in the
`.mod`
file
(e.g.
`estimation`
,
`stoch_simul`
, etc.).
-
Realtime annualized shock decompositions added the wrong steady state
value.
-
`mh_recover`
option crashed when using slice sampler.
-
x-axis values in plots of moment restrictions were wrong for
autocovariances.
index.md
View file @
b5777510
...
...
@@ -62,7 +62,7 @@ Dynare runs on top of Matlab, [Octave](https://www.gnu.org/software/octave/), an
<div
class=
"dynare_home_page_about_column_header_side"
markdown=
"1"
>
</div>
</div>
{% for post in site.posts limit:
2
%}
{% for post in site.posts limit:
3
%}
<div
class=
"dynare_home_page_post_box"
onclick=
"location.href='{{ post.url }}';"
onkeypress=
"location.href='{{ post.url }}';"
><h3
class=
"dynare_home_page_post_title"
>
{{ post.title }}
</h3>
<span
class=
"dynare_home_page_date"
>
{{ post.date | date_to_long_string }}
</span>
{{ post.excerpt }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment