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
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,11 @@ This release is compatible with MATLAB versions ranging from 7.3 (R2006b) to ...@@ -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: Here is the list of major user-visible changes:
Dynare 4.5
==========
- Ramsey policy - Ramsey policy
+ Added command `ramsey_model` that builds the expanded model with + Added command `ramsey_model` that builds the expanded model with
...@@ -172,10 +177,10 @@ Here is the list of major user-visible changes: ...@@ -172,10 +177,10 @@ Here is the list of major user-visible changes:
last save mh-file, last save mh-file,
+ New option `nonlinear_filter_initialization` for the + 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. 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 output and stores it as a LaTeX-table when the `TeX` option is
invoked, invoked,
...@@ -266,9 +271,11 @@ Here is the list of major user-visible changes: ...@@ -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]` + New command `realtime_shock_decomposition` that for each period `T= [presample,...,nobs]`
allows computing the: allows computing the:
o realtime historical shock decomposition `Y(t|T)`, i.e. without observing data in `[T+1,...,nobs]` * 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)` * 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 + New block `shock_groups` that allows grouping shocks for the
`shock_decomposition` and `realtime_shock_decomposition` commands, `shock_decomposition` and `realtime_shock_decomposition` commands,
...@@ -627,7 +634,7 @@ Here is the list of major user-visible changes: ...@@ -627,7 +634,7 @@ Here is the list of major user-visible changes:
+ Automatic increase of the lag number for autocovariances when the + Automatic increase of the lag number for autocovariances when the
number of parameters is bigger than the number of non-zero moments 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, + When using ML, the asymptotic Hessian was not computed,
...@@ -787,6 +794,7 @@ Here is the list of major user-visible changes: ...@@ -787,6 +794,7 @@ Here is the list of major user-visible changes:
variables and parameters. variables and parameters.
Announcement for Dynare 4.4.3 (on 2014-07-31) 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