- 22 Jul, 2021 2 commits
-
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
- 21 Jul, 2021 17 commits
-
-
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
-
- 20 Jul, 2021 3 commits
-
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
Ref. #569
-
Sébastien Villemot authored
Some fields have also changed under M_.occbin. Ref. #569
-
- 19 Jul, 2021 3 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
license.txt: correct Occbin license information See merge request Dynare/dynare!1880
-
Johannes Pfeifer authored
[skip CI]
-
- 16 Jul, 2021 2 commits
-
-
Syntax is not yet finalized (see preprocessor#68). Documentation still to be done. Ref. #569
-
Stéphane Adjemian authored
Ref. #1785 Just add option `structural` to the `var_model` command.
-
- 15 Jul, 2021 5 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
NLS estimation does not work if the equation has expected variables.
-
Stéphane Adjemian authored
Previous definition could detect lags in an equation without any lag, for instance if we have the following expression in the RHS: +(-1)*x.
-
Stéphane Adjemian authored
Ref. #1798. See example in tests/estimation/example_nls.mod.
-
Sébastien Villemot authored
initial_estimation_checks.m: error out if data is complex See merge request Dynare/dynare!1879
-
- 14 Jul, 2021 1 commit
-
-
Johannes Pfeifer authored
Prevents cryptic message that likelihood became complex
-
- 13 Jul, 2021 1 commit
-
-
Sébastien Villemot authored
Ref. #1788
-
- 11 Jul, 2021 2 commits
-
-
Stéphane Adjemian authored
Previously any nonzero mean exogenous variable had to be centered on the growth rate (first difference) of the (PAC's LHS) endogenous variable.
-
Stéphane Adjemian authored
In PAC equations with optimizing and rule of thumb agents (division by lambda was missing). Also add comments.
-
- 09 Jul, 2021 1 commit
-
-
Sébastien Villemot authored
These command solve the problem where agents think they know perfectly the future (they behave as in perfect foresight), but make expectation errors. Hence they can potentially be surprised in every period, and their expectations about the future (incl. the final steady state) may change. Currently the sequence of information sets needs to be passed through a CSV file. Another interface may be added in the future. The algorithm uses a sequence of (true) perfect foresight simulations (not necessarily as many as there are periods, because if the information set does not change between two periods, there is no need to do a new computation). There are two possibilities for guess values: — the default is to use the initial steady state for the simulation using the first-period information set; then use previously simulated values as guess values — alternatively, with the terminal_steady_state_as_guess_value option, use the terminal steady state as guess value for all future periods (this is actually what the “true” perfect foresight solver does by default)
-
- 08 Jul, 2021 3 commits
-
-
Sébastien Villemot authored
In several places, there was only a general link to the old Dynare wiki. This can be confusing, because we no longer use this wiki. Rather use specific links to the pages that were not migrated to the new wiki. [skip ci]
-
Sébastien Villemot authored
— New “structural” option to “var_model” (#1785) — Remove support for obsolete syntax: var_model(order = 2) X Y Z; — “var_model” statement: make “eqtags” option mandatory
-
Sébastien Villemot authored
-