- Sep 12, 2024
-
-
Sébastien Villemot authored
-
- Sep 09, 2024
-
-
Sébastien Villemot authored
– initial HANK support (not yet documented) – the “steady” command now supports the “noprint” option
-
- Sep 03, 2024
-
-
Sébastien Villemot authored
Partial Information: clean up codes See merge request Dynare/dynare!2308
-
Johannes Pfeifer authored
- Remove globals - Remove unused code paths - support steady_state_model - support contemporaneous_correlation - support TeX option
-
Sébastien Villemot authored
Ref. !2310
-
Sébastien Villemot authored
Ref. !2304
-
Sébastien Villemot authored
Since the lock was not assigned to a variable, it was a temporary value and would thus be immediately released. Problem detected through a warning produced by GCC 14.
-
- Sep 02, 2024
-
-
Johannes Pfeifer authored
-
- Aug 30, 2024
-
-
Stéphane Adjemian authored
various bug fixes and enhancements of occbin See merge request Dynare/dynare!2306
-
- Aug 27, 2024
-
-
Stéphane Adjemian authored
use leads and lags in #declarations, as allowed by 4f6344e6 (see also #1929). See merge request Dynare/dynare!2305
-
- Aug 26, 2024
-
-
Marco Ratto authored
-
Marco Ratto authored
the error in reconstructing the k-step ahead forecasts with occbin smoother redux, should only occur in the first occbin smoother interation for non-stationary models (with diffuse filter), where tstart>1. if k>tstart, the same simulation should have been done already in occbin.kalman_update, so it should never give an error if k<=tstart, the simulation may crash, since we ignore OBC in the first (diffuse) steps and it may happen that, given the linear updated states, the occbin simulation does not converge. Indeed, I never got a simulation failure in line 474, where this possibility is properly taken into account.
-
Marco Ratto authored
-
Marco Ratto authored
-
Stéphane Adjemian authored
selec_posterior_draws.m: correct index (bug introduced in dc9560e6) See merge request Dynare/dynare!2307
-
- Aug 23, 2024
-
-
Johannes Pfeifer authored
-
- Aug 18, 2024
-
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
- new option use_relaxation_tol_period (default=1): if new regime different from guess by more than use_relaxation_tol_period, relaxation is applied
-
Marco Ratto authored
-
Marco Ratto authored
- trap the case when the occbin simulation does not converge (should only happen when first_period_occbin_update>1)
-
Marco Ratto authored
-
Marco Ratto authored
-
- Aug 17, 2024
-
-
Marco Ratto authored
added Irreversible_investment_leadlag.mod to testsuite and make comparison with Irreversible_investment.mod
-
Marco Ratto authored
provide alternative irreversible investment model that uses leads and lags in #declarations, as allowed by 4f6344e6 (see also #1929). check consistency with results of the original model
-
- Aug 15, 2024
-
-
Johannes Pfeifer authored
-
- Jul 31, 2024
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Add DIME MCMC See merge request Dynare/dynare!2301
-
- Jul 29, 2024
-
-
Gregor Boehl authored
-
Gregor Boehl authored
-
Stéphane Adjemian authored
smc_samplers_initialization.m: clean up header See merge request Dynare/dynare!2302
-
Stéphane Adjemian authored
-
- Jul 26, 2024
-
-
Stéphane Adjemian authored
- Fix range with --print-table option. - Add interpolation for flow variables (annual to quaterly)
-
- Jul 25, 2024
-
-
Sébastien Villemot authored
Fix implementations of multivariate Student distribution See merge request Dynare/dynare!2303
-
Gregor Boehl authored
-
- Jul 24, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
[skip ci]
-
- Jul 23, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Use empty() method instead of size() to test for non-emptyness of a container.
-
Sébastien Villemot authored
-