dynare/matlab/backward
Stéphane Adjemian(Charybdis) af4d0bc9f5 Make backward model IRF routine also return the impulses.
- In the second output argument (a dseries object) where we store the baseline
   scenario for the endogenous variables we add the baseline for the exogenous
   variables).

 - In the third output argument (a structure of dseries objects, one field per
   shock scenario), we also store the impulses considered for generating the
   IRFs.

(cherry picked from commit 6e527b467d)
2017-11-16 18:01:38 +01:00
..
backward_model_forecast.m Fixed routines for backward model simulation (with IRFs and forecasts). 2017-09-28 10:12:53 +02:00
backward_model_inversion.m Efficiency change. 2017-08-10 13:26:47 +02:00
backward_model_irf.m Make backward model IRF routine also return the impulses. 2017-11-16 18:01:38 +01:00
calibrateresiduals.m Added missing semicolons. 2017-11-15 17:27:23 +01:00
checkdatabaseforinversion.m Fixed bug (lags on exogenous variables greater than one). 2017-11-15 17:28:07 +01:00
dynamic_backward_model_for_inversion.m Moved backward models related routines in specific subfolder. 2017-06-14 00:01:48 +02:00
dynamic_backward_model_for_simulation.m Moved backward models related routines in specific subfolder. 2017-06-14 00:01:48 +02:00
get_lags_on_endogenous_variables.m Fixed routines for backward model simulation (with IRFs and forecasts). 2017-09-28 10:12:53 +02:00
get_lags_on_exogenous_variables.m Fixed routines for backward model simulation (with IRFs and forecasts). 2017-09-28 10:12:53 +02:00
simul_backward_linear_model.m Fixed routines for backward model simulation (with IRFs and forecasts). 2017-09-28 10:12:53 +02:00
simul_backward_linear_model_.m Fixed routines for backward model simulation (with IRFs and forecasts). 2017-09-28 10:12:53 +02:00
simul_backward_model.m Allow calibrated innovations with simul_backward_model routine. 2017-09-29 10:29:40 +02:00
simul_backward_model_init.m Fixed routines for backward model simulation (with IRFs and forecasts). 2017-09-28 10:12:53 +02:00
simul_backward_nonlinear_model.m Fixed routines for backward model simulation (with IRFs and forecasts). 2017-09-28 10:12:53 +02:00
simul_backward_nonlinear_model_.m Return an error if Newton fails when simulating a backward model. 2017-09-29 10:29:04 +02:00