dynare/matlab/perfect-foresight-models
Sébastien Villemot fcb52478e4
Preprocessor: replace exogenous with lead/lags by auxiliary variables in deterministic models
Several tests need to be adapted, because they were implicitly making the
assumption that there is no auxiliary variable.

Incidentally, this closes #1731. This commit therefore also removes the
workaround introduced in 0391dbbeb1.
2020-11-09 16:34:12 +01:00
..
private Perfect foresight: fix case where max lead/lag on exo is greater than max lead/lag on endo 2020-10-21 19:12:22 +02:00
det_cond_forecast.m det_cond_forecast.m: always set options_.qz_criterium 2020-02-02 14:15:01 +01:00
linear_approximation_accuracy.m Move the location of various generated files on the filesystem 2018-06-27 17:03:39 +02:00
linear_perfect_foresight_problem.m LMMCP / linear perfect foresight: fix bug for models with a single equation 2020-10-20 18:20:02 +02:00
make_ex_.m Perfect foresight with initval_file: fix another bug when M_.orig_maximum_lag ≠ M_.maximum_lag 2020-11-05 16:08:57 +01:00
make_y_.m Perfect foresight with initval_file: fix bug when M_.orig_maximum_lag ≠ M_.maximum_lag 2020-11-05 15:39:55 +01:00
perfect_foresight_mcp_problem.m LMMCP: fix bug when periods=1 2020-10-20 18:20:04 +02:00
perfect_foresight_setup.m Refactoring of initval_file and histval_file 2020-05-14 16:45:54 +02:00
perfect_foresight_simulation.m Move the location of various generated files on the filesystem 2018-06-27 17:03:39 +02:00
perfect_foresight_solver.m fix bug when no convergence and backward model 2020-03-31 15:40:49 +02:00
perfect_foresight_solver_core.m LMMCP: fix the purely backward and purely forward cases 2020-10-21 16:30:40 +02:00
sim1.m Refactoring of initval_file and histval_file 2020-05-14 16:45:54 +02:00
sim1_lbj.m Move the location of various generated files on the filesystem 2018-06-27 17:03:39 +02:00
sim1_linear.m Preprocessor: replace exogenous with lead/lags by auxiliary variables in deterministic models 2020-11-09 16:34:12 +01:00
sim1_purely_backward.m fix bug with lag on exogenous variables on more than one period 2020-09-04 14:02:04 +00:00
sim1_purely_forward.m fix tolf and tolx options for sim1_purely_forward 2019-11-23 22:47:17 +01:00
solve_block_decomposed_problem.m Block decomposition: static and dynamic files are now pure wrappers around the per-block files 2020-06-19 18:46:56 +02:00
solve_stacked_linear_problem.m Perfect foresight: remove unused nnzJ argument in several stacked problem functions 2019-05-13 18:33:26 +02:00
solve_stacked_problem.m Simplify the interface to perfect_foresight_problem MEX 2019-07-09 14:33:17 +02:00