dynare/tests/deterministic_simulations
Sébastien Villemot abd64c256e
New perfect_foresight_with_expectation_errors_{setup,solver} commands
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)
2021-07-09 18:16:46 +02:00
..
lbj Test the value of oo_.deterministic_simulation.status in tests/deterministic_simulations/* 2017-03-20 16:27:13 +01:00
linear_approximation Efficiency change. 2019-04-26 16:20:45 +02:00
multiple_lead_lags Preprocessor: replace exogenous with lead/lags by auxiliary variables in deterministic models 2020-11-09 16:34:12 +01:00
purely_backward Test the value of oo_.deterministic_simulation.status in tests/deterministic_simulations/* 2017-03-20 16:27:13 +01:00
purely_forward Test the value of oo_.deterministic_simulation.status in tests/deterministic_simulations/* 2017-03-20 16:27:13 +01:00
purely_static Add specialized version of sim1 for static models. 2021-05-28 14:11:34 +02:00
homotopy.mod Test the value of oo_.deterministic_simulation.status in tests/deterministic_simulations/* 2017-03-20 16:27:13 +01:00
homotopy_histval.mod Test the value of oo_.deterministic_simulation.status in tests/deterministic_simulations/* 2017-03-20 16:27:13 +01:00
initialization.mod Test the value of oo_.deterministic_simulation.status in tests/deterministic_simulations/* 2017-03-20 16:27:13 +01:00
pfwee.csv New perfect_foresight_with_expectation_errors_{setup,solver} commands 2021-07-09 18:16:46 +02:00
pfwee.mod New perfect_foresight_with_expectation_errors_{setup,solver} commands 2021-07-09 18:16:46 +02:00
ramst_block_mfs1.mod Testsuite: more fixes related to stochastic block decomposition + mfs > 0 2021-05-05 10:15:52 +02:00
rbc_det.mod Fix tests for stack_solve_algo=7 2018-06-08 10:29:53 +02:00
rbc_det1.mod Test the value of oo_.deterministic_simulation.status in tests/deterministic_simulations/* 2017-03-20 16:27:13 +01:00
rbc_det2.mod Test the value of oo_.deterministic_simulation.status in tests/deterministic_simulations/* 2017-03-20 16:27:13 +01:00
rbc_det3.mod Test the value of oo_.deterministic_simulation.status in tests/deterministic_simulations/* 2017-03-20 16:27:13 +01:00
rbc_det4.mod Test the value of oo_.deterministic_simulation.status in tests/deterministic_simulations/* 2017-03-20 16:27:13 +01:00
rbc_det5.mod Test the value of oo_.deterministic_simulation.status in tests/deterministic_simulations/* 2017-03-20 16:27:13 +01:00
rbc_det6.mod Test the value of oo_.deterministic_simulation.status in tests/deterministic_simulations/* 2017-03-20 16:27:13 +01:00
rbc_det_exo_lag_2a.mod Test the value of oo_.deterministic_simulation.status in tests/deterministic_simulations/* 2017-03-20 16:27:13 +01:00
rbc_det_exo_lag_2b.mod Preprocessor: replace exogenous with lead/lags by auxiliary variables in deterministic models 2020-11-09 16:34:12 +01:00
rbc_det_exo_lag_2c.mod Preprocessor: replace exogenous with lead/lags by auxiliary variables in deterministic models 2020-11-09 16:34:12 +01:00
rbc_det_stack_solve_algo_7.mod Add unit tests for perfect foresight simulations with exogenous leads and lags 2018-06-07 20:46:30 +02:00
rbc_det_stack_solve_algo_7_exo_lag.mod Preprocessor: replace exogenous with lead/lags by auxiliary variables in deterministic models 2020-11-09 16:34:12 +01:00
rbc_det_stack_solve_algo_7_exo_lead.mod Preprocessor: replace exogenous with lead/lags by auxiliary variables in deterministic models 2020-11-09 16:34:12 +01:00