Skip to content
Snippets Groups Projects
Commit 7ac624de authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed indentation for Markdown.

(cherry picked from commit 079bf6c6)
parent 299bd6b7
Branches
Tags
No related merge requests found
......@@ -19,6 +19,11 @@ This release is compatible with MATLAB versions ranging from 7.3 (R2006b) to
Here is the list of major user-visible changes:
Dynare 4.5
==========
- Ramsey policy
+ Added command `ramsey_model` that builds the expanded model with
......@@ -172,10 +177,10 @@ Here is the list of major user-visible changes:
last save mh-file,
+ New option `nonlinear_filter_initialization` for the
{{{estimation}}} command. Controls the initial covariance matrix
`estimation` command. Controls the initial covariance matrix
of the state variables in nonlinear filters.
+ The `conditional_variance_decomposition` option now displays
+ The `conditional_variance_decomposition` option now displays
output and stores it as a LaTeX-table when the `TeX` option is
invoked,
......@@ -266,9 +271,11 @@ Here is the list of major user-visible changes:
+ New command `realtime_shock_decomposition` that for each period `T= [presample,...,nobs]`
allows computing the:
o realtime historical shock decomposition `Y(t|T)`, i.e. without observing data in `[T+1,...,nobs]`
o forecast shock decomposition `Y(T+k|T)`
o realtime conditional shock decomposition `Y(T+k|T+k)-Y(T+k|T)`
* realtime historical shock decomposition `Y(t|T)`, i.e. without observing data in `[T+1,...,nobs]`
* forecast shock decomposition `Y(T+k|T)`
* realtime conditional shock decomposition `Y(T+k|T+k)-Y(T+k|T)`
+ New block `shock_groups` that allows grouping shocks for the
`shock_decomposition` and `realtime_shock_decomposition` commands,
......@@ -627,7 +634,7 @@ Here is the list of major user-visible changes:
+ Automatic increase of the lag number for autocovariances when the
number of parameters is bigger than the number of non-zero moments
was broken
was broken,
+ When using ML, the asymptotic Hessian was not computed,
......@@ -787,6 +794,7 @@ Here is the list of major user-visible changes:
variables and parameters.
Announcement for Dynare 4.4.3 (on 2014-07-31)
=============================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment