Added skew normal shocks to NewFeatures authored by Willi Mutschler's avatar Willi Mutschler
......@@ -2,6 +2,10 @@ This page documents the changes between Dynare versions (including the unstable
## Dynare 7 (unstable)
- Skew normal shocks and closed skew normal (CSN) distribution support (!2402)
- Added handling of `skew` parameters in `shocks` and `estimated_params` blocks
- Added support for skew normal shocks in `stoch_simul`
- Added support for skew normal shocks in `estimation` by means of the Pruned Skewed Kalman Filter and Smoother of Guljanov, Mutschler, and Trede (2025)
- Method of moments now supports estimation with discretionary optimal policy (!2279)
- The `osr` command now supports using a `planner_objective` function to conduct welfare analysis at higher order (!2411)
- :warning: the legacy linear-quadratic approach with an `optim_weights` block now requires explicitly setting `order=1`.
......
......