- Sep 12, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The problem has apparently been fixed in some update to R2024a. This is a revert of commit 18131492.
-
- Sep 11, 2024
-
-
Stéphane Adjemian authored
Remove persistent variables in priordens so that we can safely use SMC with the parallel toolbox. A more satisfactory solution would be to use the dprior class, but this is still a work in progress.
-
- Sep 10, 2024
-
-
Sébastien Villemot authored
This prevents a name clash with qzdiv and qzswitch shipped with MS-SBVAR code.
-
Sébastien Villemot authored
Ref. #1859
-
- Sep 09, 2024
-
-
Stéphane Adjemian authored
-
-
-
-
dynare was crashing without the statistical toolbox from Mathworks.
-
-
-
-
-
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
-