@@ -5,6 +5,8 @@ the [DynareWiki](http://www.dynare.org/DynareWiki/NewFeatures).
...
@@ -5,6 +5,8 @@ the [DynareWiki](http://www.dynare.org/DynareWiki/NewFeatures).
Dynare 6 (unstable)
Dynare 6 (unstable)
-------------------
-------------------
- New `log` option to the `var` statement. In addition to the endogenous variable(s) thus declared, this option also triggers the creation of auxiliary variable(s) equal to the log of the corresponding endogenous variable(s). For example, given a ``var(log) y`` statement, two endogenous will be created (``y`` and ``LOG_y``), and an auxiliary equation linking the two will also be added (equal to ``LOG_y = log(y)``). Moreover, every occurence of ``y`` in the model will be replaced by ``exp(LOG_y)``. This option is for example useful when one wants to perform a loglinear approximation of some variable(s) in the context of a first-order stochastic approximation; or when one wants to ensure the variable(s) stay(s) in the definition domain of the function defining the steady state or the dynamic residuals when the nonlinear solver is used. (#349)
- Allows decomposition of the PAC target into an arbitrary number of components. (b297353b06c9c35223500439c0bc63321675768b)
- Allows decomposition of the PAC target into an arbitrary number of components. (b297353b06c9c35223500439c0bc63321675768b)
- Performance improvements for k-order perturbation simulation and particle
- Performance improvements for k-order perturbation simulation and particle