- 23 Jul, 2021 11 commits
-
-
Stéphane Adjemian authored
Using mex implementation (block_trust_region).
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
trust_region_initial_step_bound_factor is determinining thye initial step bound. Default value is 100 (previous hard coded value was 1).
-
Sébastien Villemot authored
evaluate_planner_objective.m: correctly rely on lag/lead structure for perfect foresight See merge request Dynare/dynare!1890
-
Sébastien Villemot authored
-
Ref. #1758
-
Johannes Pfeifer authored
Also cosmetic changes to indentation
-
Sébastien Villemot authored
check_model.m: fix logic of check for non-contemporaneous variables and remove redundant checks Closes #1792 See merge request Dynare/dynare!1885
-
Johannes Pfeifer authored
Closes Dynare/dynare#1792
-
- 22 Jul, 2021 11 commits
-
-
Sébastien Villemot authored
dsge_simulated_theoretical_correlation/dsge_simulated_theoretical_covariance:... Closes #1769 See merge request Dynare/dynare!1888
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
dsge_simulated_theoretical_correlation/dsge_simulated_theoretical_covariance: only do computations once Closes Dynare/dynare#1769
-
Sébastien Villemot authored
Streamline evaluate planner objective See merge request Dynare/dynare!1887
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
Improvements for smoother2histval See merge request Dynare/dynare!1886
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
Particle filter: enable passing of option values and prepare for other samplers Closes preprocessor#59 See merge request Dynare/dynare!1884
-
- 21 Jul, 2021 18 commits
-
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
occbin fixes and two small new features See merge request Dynare/dynare!1883
-
Sébastien Villemot authored
-
Marco Ratto authored
1) algo_truncation: sets the number of iterations for a truncated guess-verify algorithm (i.e. if max_iter<=algo_truncation, no error is triggered on output, but the user is happy with the last regime in the algorithm) 2) reset_regime_in_new_period: is set to true, it resets the guess regimes to unconstrained when a new shock arrives, instead of starting with a guess regime consistent with the one identified in previous time periods. this sometimes allows more robust convergence/identification of the regimes
-
Stéphane Adjemian authored
When the VAR auxiliary model has a constant.
-
Stéphane Adjemian authored
-
Marco Ratto authored
-
Marco Ratto authored
make header names compatible with earlier versions of MATLAB (e.g. it would crash with MATLAB 2017b)
-
Marco Ratto authored
1) if not using relaxation, initial guess regime in verify step(occbin simul) is set equal to the guess regime used to updated states and shocks 2) fixed treatment of periodic solution in algo=3, now harmonized to algo=1
-
Marco Ratto authored
Initialize state space matrices with occbin smoother, when realtime regimes are computed, otherwise they are set to 0 for t<first_period_occbin_update!
-
Marco Ratto authored
with occbin smoother do not overwrite updated variables that have been already computed with reduced state space
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Ref. !1882
-
Sébastien Villemot authored
Ref. !1881
-
Sébastien Villemot authored
-
Sébastien Villemot authored
— Fix preprocessor crash when a [static] equation contains a “var_expectation” operator – Occbin: handle external functions in “occbin_constraints” — Occbin: add more sanity checks on expressions in “occbin_constraints” block
-
Johannes Pfeifer authored
-