Commits on Source (53)
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
Closes #1949
-
Sébastien Villemot authored
🐛 conditional forecasts: allow using vectors in blocks Closes #1949 See merge request !2346 -
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
[skip ci]
-
Sébastien Villemot authored
[skip ci]
-
Stéphane Adjemian authored
In Octave, calling @dseries/plot multiple times with `hold on` does not allow for plotting multiple time series of different lengths on the same figure (it throws an error).
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
[skip ci]
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
🐛 model_diagnostics.m: set missing variable for bytecode See merge request !2347 -
-
Johannes Pfeifer authored
Closes #1956
-
Sébastien Villemot authored
🐛 fix loop in kalman_update_engine.m if regime_start hits 0 Closes #1956 See merge request !2348 -
Johannes Pfeifer authored
Output argument and return statement were missing
-
Sébastien Villemot authored
🐛 discretionary_policy: fix noprint option See merge request !2349 -
Sébastien Villemot authored
For some reason, the path expected by the -B option of gfortran should now be in Windows format (i.e. begin with the drive letter). [skip ci]
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
The initial condition of the state variables was not updated in each iteration.
-
Stéphane Adjemian authored
In each iteration using the solution from previous step. Previously the initial guess for the auxiliary stochastic perfect forsight model was the steady state in all periods and (future) worlds.
-
Stéphane Adjemian authored
Hybrid stochastic extended path with the constant correction in the reduced form of the model approximated at order k>1 (perturbation around the deterministic steady state).
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
I am not sure I want to repair this...
-
Stéphane Adjemian authored
-
Sébastien Villemot authored
Leads to a simpler code.
-
Johannes Pfeifer authored
Prevents cryptic crashes
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Ref. !2350
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
🐛 Fix crash of perfect foresight w/ expectation errors + marginal linearization + several learnt_in blocks -
Sébastien Villemot authored
Perfect foresight: improve sanity checks for linear_approximation and endogenous_terminal_period options
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
Ref. !2351
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
🐛 OccBin: disable incompatible options See merge request !2352 -
Johannes Pfeifer authored
[CI skip]
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Ref. !2353
-
Sébastien Villemot authored
By the way, rename “stop” variable to “converged” for clarity.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
In particular, this now removes float.h which was conflicting with the one from a recent MinGW snapshot.
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
– gracefully error out when a PAC model is not used in a pac_expectation operator – fix handling of model local variable in DataTree copy constructor
-
Johannes Pfeifer authored
Closes #1957
-
Sébastien Villemot authored
🐛 identification: shut off slice_initialize_with_mode option with slice to prevent crash Closes #1957 See merge request !2356
Showing
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- NEWS.md 45 additions, 0 deletionsNEWS.md
- README.md 1 addition, 1 deletionREADME.md
- doc/manual/source/installation-and-configuration.rst 20 additions, 10 deletionsdoc/manual/source/installation-and-configuration.rst
- doc/manual/source/the-model-file.rst 163 additions, 22 deletionsdoc/manual/source/the-model-file.rst
- license.txt 9 additions, 9 deletionslicense.txt
- matlab/+identification/run.m 5 additions, 0 deletionsmatlab/+identification/run.m
- matlab/+occbin/kalman_update_engine.m 13 additions, 4 deletionsmatlab/+occbin/kalman_update_engine.m
- matlab/discretionary_policy/discretionary_policy.m 3 additions, 0 deletionsmatlab/discretionary_policy/discretionary_policy.m
- matlab/discretionary_policy/discretionary_policy_1.m 1 addition, 0 deletionsmatlab/discretionary_policy/discretionary_policy_1.m
- matlab/dseries 1 addition, 1 deletionmatlab/dseries
- matlab/ep/ep_problem_0.m 138 additions, 0 deletionsmatlab/ep/ep_problem_0.m
- matlab/ep/ep_problem_1.m 49 additions, 32 deletionsmatlab/ep/ep_problem_1.m
- matlab/ep/extended_path.m 29 additions, 12 deletionsmatlab/ep/extended_path.m
- matlab/ep/extended_path_core.m 48 additions, 19 deletionsmatlab/ep/extended_path_core.m
- matlab/ep/extended_path_homotopy.m 5 additions, 5 deletionsmatlab/ep/extended_path_homotopy.m
- matlab/ep/extended_path_initialization.m 26 additions, 15 deletionsmatlab/ep/extended_path_initialization.m
- matlab/ep/extended_path_mc.m 35 additions, 17 deletionsmatlab/ep/extended_path_mc.m
- matlab/ep/extended_path_shocks.m 6 additions, 6 deletionsmatlab/ep/extended_path_shocks.m
- matlab/ep/setup_stochastic_perfect_foresight_model_solver.m 1 addition, 1 deletionmatlab/ep/setup_stochastic_perfect_foresight_model_solver.m
matlab/ep/ep_problem_0.m
0 → 100644