Fixed indentation for Markdown.

time-shift
Stéphane Adjemian (Charybdis) 2017-05-29 10:41:58 +02:00
parent 44af8d5bee
commit 079bf6c60e
1 changed files with 425 additions and 417 deletions

20
NEWS
View File

@ -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)
=============================================