- Added debugging info on NaN and Inf parameters (!1538)
- Added `fast_realtime` option to real time shock decomposition (deactivated by default, runs the smoother only twice: once for the last in-sample and once for the last out-of-sample data point) (!1563) and (!1552)
- Shock decomposition:
- Added `fast_realtime` option to real time shock decomposition (deactivated by default, runs the smoother only twice: once for the last in-sample and once for the last out-of-sample data point) (!1563) and (!1552)
- Added `diff` and `flip` options to `plot_shock_decomposition` (#1649)
- Options `plot_init_date` and `plot_end_date` of `plot_shock_decomposition`
are now documented (see 74e7c12d9d4f802cb687f6f1f122330fa5c4a2f4)
- New `initial_decomposition_decomposition` command, for computing and
plotting the decomposition of the effect of smoothed initial conditions of
state variables (#1586)
- New syntax to declare model variables in the `model` block (#1386)