├── AC2013 ├── .DS_Store ├── AC2013.pdf ├── README.md ├── data │ ├── .DS_Store │ ├── Australia.mat │ ├── Australia26.mat │ ├── Austria.mat │ ├── Austria26.mat │ ├── README.md │ ├── australia_female.txt │ ├── australia_male.txt │ ├── australia_total.txt │ ├── austria_female.txt │ ├── austria_male.txt │ ├── austria_total.txt │ ├── austria_total.txt.bak │ ├── belgium_female.txt │ ├── belgium_male.txt │ ├── belgium_total.txt │ ├── belgium_total.txt.bak │ ├── birth_australia.txt │ ├── birth_austria.txt │ ├── birth_canada.txt │ ├── birth_denmark.txt │ ├── birth_france.txt │ ├── birth_iceland.txt │ └── birth_italy.txt ├── figure_5_8.m ├── figure_9.m ├── figures_2_3.m ├── main_optigroup.m ├── optimal_grouping_c.m ├── readme.pdf ├── readme.txt └── table_2.m ├── BCS2016 ├── BCS2016.pdf ├── README.md ├── gen_tools │ ├── README.md │ ├── build_markov_chain.m │ ├── cheb.m │ ├── comp_a1.m │ ├── comp_a2.m │ ├── comp_ap.m │ ├── comp_k1.m │ ├── comp_k2.m │ ├── comp_kp.m │ ├── gauss_herm.m │ ├── hpfilter.m │ ├── plotexpband.m │ ├── plotirf.m │ ├── rcheb.m │ ├── recplotband.m │ ├── simulate_markov.m │ ├── simulate_markov2.m │ ├── smoothdecrule.m │ └── smoothdecrule_rbc.m ├── main.m ├── main_rbc.m ├── model_tools │ ├── README.md │ ├── comp_irf.m │ ├── comp_irf_rbc.m │ ├── comp_stats.m │ ├── comp_type12.m │ ├── comp_type12cond.m │ ├── compute_dynamics.m │ ├── compute_equilibrium.m │ ├── compute_residual.m │ ├── compute_riskfree_rate.m │ ├── compute_steady_state.m │ ├── compute_steady_state_rbc.m │ ├── compute_vec_dynamics.m │ ├── plot_typicpath.m │ ├── proba_predict_cond.m │ └── simulate_dynamics.m ├── readme.txt └── results │ └── README.md ├── BD2014 ├── GAMS code.txt ├── README.md └── bhattarai2014.pdf ├── BGG1999 ├── 1999BGG.pdf ├── BGG1999.mod └── README.md ├── BGM2012 ├── README.md ├── bgm_jpe.mod ├── bgm_jpe_final.pdf ├── bgm_k.mod └── bgm_nok.mod ├── BN2010 ├── BN2017 ├── estimation with data simulated in DET │ ├── Know region │ │ ├── README.md │ │ ├── augmentedrep.mod │ │ ├── augmentedrep_mode.mat │ │ └── nicolodeter.xlsx │ └── Unknow Region │ │ ├── README.md │ │ ├── augmentedrep.mod │ │ ├── augmentedrep_mode.mat │ │ └── nicolodeter.xlsx ├── estimation with data simulated in IND │ ├── know region │ │ ├── README.md │ │ ├── augmentedrep.mod │ │ ├── augmentedrep_mode.mat │ │ └── nicoloindeter.xlsx │ └── unknow region │ │ ├── README.md │ │ ├── augmentedrep.log │ │ ├── augmentedrep.m │ │ ├── augmentedrep.mod │ │ ├── augmentedrep_CheckPlots1.fig │ │ ├── augmentedrep_CheckPlots1.pdf │ │ ├── augmentedrep_CheckPlots2.fig │ │ ├── augmentedrep_CheckPlots2.pdf │ │ ├── augmentedrep_CheckPlots3.fig │ │ ├── augmentedrep_CheckPlots3.pdf │ │ ├── augmentedrep_HistoricalAndSmoothedVariables1.fig │ │ ├── augmentedrep_HistoricalAndSmoothedVariables1.pdf │ │ ├── augmentedrep_Priors1.fig │ │ ├── augmentedrep_Priors1.pdf │ │ ├── augmentedrep_Priors2.fig │ │ ├── augmentedrep_Priors2.pdf │ │ ├── augmentedrep_Priors3.fig │ │ ├── augmentedrep_Priors3.pdf │ │ ├── augmentedrep_SmoothedShocks1.fig │ │ ├── augmentedrep_SmoothedShocks1.pdf │ │ ├── augmentedrep_dynamic.m │ │ ├── augmentedrep_mean.mat │ │ ├── augmentedrep_mh_mode.mat │ │ ├── augmentedrep_mode.mat │ │ ├── augmentedrep_optimal_mh_scale_parameter.mat │ │ ├── augmentedrep_params.mat │ │ ├── augmentedrep_pindx.mat │ │ ├── augmentedrep_results.mat │ │ ├── augmentedrep_set_auxiliary_variables.m │ │ ├── augmentedrep_static.m │ │ ├── nicoloindeter.xlsx │ │ └── variablescmaes.mat └── w23521.pdf ├── BS2009 ├── BS_Inflation_data.xls ├── Moderate Inflation and the Deflation-Depression Link.pdf └── README.md ├── BankLending2008 ├── Bank_Lending_Tightness.pdf ├── README.md ├── calc_fcast.m ├── calc_fcast_all.m ├── calc_fcast_all_4.m ├── calc_fcast_all_4a.m ├── calc_fcast_all_4a1.m ├── calc_objective.m ├── data.csv ├── data.m ├── forcst.m ├── forecast.m ├── forecast_graphs.m ├── gl_report.m ├── make_data_from_csv2.m ├── quarterly_ticks.m ├── report_fcast_dynamic.m ├── report_fcast_dynamic_4.m ├── report_fcast_dynamic_4a.m ├── report_fcast_errors.m ├── report_smoothed_errors.m ├── report_smoothed_errors_4.m ├── report_smoothed_rmse.m ├── resize_subplot.m ├── resize_subplot3.m ├── resize_subplot9.m ├── set_params_from_mode.m ├── soe1.log ├── soe1.m ├── soe1.mod ├── soe1_dynamic.m ├── soe1_ff.m ├── soe1_fff.m ├── soe1_static.m ├── soe1_steadystate.m ├── str_date_to_num.m └── yearly_ticks.m ├── BaselComparing2014 ├── 2014-Basel I, II and III_ A Welfare Analysis using a DSGE Model.pdf ├── BaselWelfare.mod ├── README.md └── calcss.m ├── CF1997 ├── CF97.mod ├── CF97.pdf └── README.md ├── CLSZ2019 ├── BVAR │ ├── CLSZ_data.xlsx │ ├── H.dat │ ├── README.docx │ ├── README.md │ ├── clsz_data_in.mat │ ├── g1.mat │ ├── irfs_out.csv │ ├── msprob.m │ ├── msstart2.m │ ├── msstart_setup.m │ ├── outdata_a0dp_const.mat │ ├── outdata_actqmgdata.mat │ ├── outdata_actqmygdata.mat │ ├── outdata_actqmygdata.prn │ ├── outdata_distcnt.mat │ ├── outfig_irfs_qu_68bands.eps │ ├── outfig_irfs_qu_68bands.pdf │ ├── outm.mat │ ├── outyrqm.prn │ └── ~$README.docx ├── DSGE │ ├── README.md │ ├── Readme.txt │ ├── calibration1.m │ ├── css.m │ ├── display_simple.m │ ├── dss.m │ ├── gdpss.m │ ├── mainfile.m │ ├── model_Taylor.mod │ ├── opt_rule1.m │ ├── opt_rule2.m │ ├── optimal_Taylor.m │ ├── plot_irfs4.m │ ├── respolicy_AP.mat │ ├── respolicy_AS.mat │ ├── respolicy_Agg.mat │ ├── shocktype.mat │ ├── solveff.m │ ├── solvesslog.m │ └── steady_state_analysis.m ├── README.docx ├── README.md ├── wp2016-10.pdf └── wp2016-10_appendix.pdf └── README.md /AC2013/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/.DS_Store -------------------------------------------------------------------------------- /AC2013/AC2013.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/AC2013.pdf -------------------------------------------------------------------------------- /AC2013/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/README.md -------------------------------------------------------------------------------- /AC2013/data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/.DS_Store -------------------------------------------------------------------------------- /AC2013/data/Australia.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/Australia.mat -------------------------------------------------------------------------------- /AC2013/data/Australia26.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/Australia26.mat -------------------------------------------------------------------------------- /AC2013/data/Austria.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/Austria.mat -------------------------------------------------------------------------------- /AC2013/data/Austria26.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/Austria26.mat -------------------------------------------------------------------------------- /AC2013/data/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /AC2013/data/australia_female.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/australia_female.txt -------------------------------------------------------------------------------- /AC2013/data/australia_male.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/australia_male.txt -------------------------------------------------------------------------------- /AC2013/data/australia_total.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/australia_total.txt -------------------------------------------------------------------------------- /AC2013/data/austria_female.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/austria_female.txt -------------------------------------------------------------------------------- /AC2013/data/austria_male.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/austria_male.txt -------------------------------------------------------------------------------- /AC2013/data/austria_total.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/austria_total.txt -------------------------------------------------------------------------------- /AC2013/data/austria_total.txt.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/austria_total.txt.bak -------------------------------------------------------------------------------- /AC2013/data/belgium_female.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/belgium_female.txt -------------------------------------------------------------------------------- /AC2013/data/belgium_male.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/belgium_male.txt -------------------------------------------------------------------------------- /AC2013/data/belgium_total.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/belgium_total.txt -------------------------------------------------------------------------------- /AC2013/data/belgium_total.txt.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/belgium_total.txt.bak -------------------------------------------------------------------------------- /AC2013/data/birth_australia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/birth_australia.txt -------------------------------------------------------------------------------- /AC2013/data/birth_austria.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/birth_austria.txt -------------------------------------------------------------------------------- /AC2013/data/birth_canada.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/birth_canada.txt -------------------------------------------------------------------------------- /AC2013/data/birth_denmark.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/birth_denmark.txt -------------------------------------------------------------------------------- /AC2013/data/birth_france.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/birth_france.txt -------------------------------------------------------------------------------- /AC2013/data/birth_iceland.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/birth_iceland.txt -------------------------------------------------------------------------------- /AC2013/data/birth_italy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/data/birth_italy.txt -------------------------------------------------------------------------------- /AC2013/figure_5_8.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/figure_5_8.m -------------------------------------------------------------------------------- /AC2013/figure_9.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/figure_9.m -------------------------------------------------------------------------------- /AC2013/figures_2_3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/figures_2_3.m -------------------------------------------------------------------------------- /AC2013/main_optigroup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/main_optigroup.m -------------------------------------------------------------------------------- /AC2013/optimal_grouping_c.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/optimal_grouping_c.m -------------------------------------------------------------------------------- /AC2013/readme.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/readme.pdf -------------------------------------------------------------------------------- /AC2013/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/readme.txt -------------------------------------------------------------------------------- /AC2013/table_2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/AC2013/table_2.m -------------------------------------------------------------------------------- /BCS2016/BCS2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/BCS2016.pdf -------------------------------------------------------------------------------- /BCS2016/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/README.md -------------------------------------------------------------------------------- /BCS2016/gen_tools/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /BCS2016/gen_tools/build_markov_chain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/build_markov_chain.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/cheb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/cheb.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/comp_a1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/comp_a1.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/comp_a2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/comp_a2.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/comp_ap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/comp_ap.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/comp_k1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/comp_k1.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/comp_k2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/comp_k2.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/comp_kp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/comp_kp.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/gauss_herm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/gauss_herm.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/hpfilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/hpfilter.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/plotexpband.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/plotexpband.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/plotirf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/plotirf.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/rcheb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/rcheb.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/recplotband.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/recplotband.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/simulate_markov.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/simulate_markov.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/simulate_markov2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/simulate_markov2.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/smoothdecrule.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/smoothdecrule.m -------------------------------------------------------------------------------- /BCS2016/gen_tools/smoothdecrule_rbc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/gen_tools/smoothdecrule_rbc.m -------------------------------------------------------------------------------- /BCS2016/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/main.m -------------------------------------------------------------------------------- /BCS2016/main_rbc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/main_rbc.m -------------------------------------------------------------------------------- /BCS2016/model_tools/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /BCS2016/model_tools/comp_irf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/comp_irf.m -------------------------------------------------------------------------------- /BCS2016/model_tools/comp_irf_rbc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/comp_irf_rbc.m -------------------------------------------------------------------------------- /BCS2016/model_tools/comp_stats.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/comp_stats.m -------------------------------------------------------------------------------- /BCS2016/model_tools/comp_type12.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/comp_type12.m -------------------------------------------------------------------------------- /BCS2016/model_tools/comp_type12cond.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/comp_type12cond.m -------------------------------------------------------------------------------- /BCS2016/model_tools/compute_dynamics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/compute_dynamics.m -------------------------------------------------------------------------------- /BCS2016/model_tools/compute_equilibrium.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/compute_equilibrium.m -------------------------------------------------------------------------------- /BCS2016/model_tools/compute_residual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/compute_residual.m -------------------------------------------------------------------------------- /BCS2016/model_tools/compute_riskfree_rate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/compute_riskfree_rate.m -------------------------------------------------------------------------------- /BCS2016/model_tools/compute_steady_state.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/compute_steady_state.m -------------------------------------------------------------------------------- /BCS2016/model_tools/compute_steady_state_rbc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/compute_steady_state_rbc.m -------------------------------------------------------------------------------- /BCS2016/model_tools/compute_vec_dynamics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/compute_vec_dynamics.m -------------------------------------------------------------------------------- /BCS2016/model_tools/plot_typicpath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/plot_typicpath.m -------------------------------------------------------------------------------- /BCS2016/model_tools/proba_predict_cond.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/proba_predict_cond.m -------------------------------------------------------------------------------- /BCS2016/model_tools/simulate_dynamics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/model_tools/simulate_dynamics.m -------------------------------------------------------------------------------- /BCS2016/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BCS2016/readme.txt -------------------------------------------------------------------------------- /BCS2016/results/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /BD2014/GAMS code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BD2014/GAMS code.txt -------------------------------------------------------------------------------- /BD2014/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BD2014/README.md -------------------------------------------------------------------------------- /BD2014/bhattarai2014.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BD2014/bhattarai2014.pdf -------------------------------------------------------------------------------- /BGG1999/1999BGG.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BGG1999/1999BGG.pdf -------------------------------------------------------------------------------- /BGG1999/BGG1999.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BGG1999/BGG1999.mod -------------------------------------------------------------------------------- /BGG1999/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /BGM2012/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /BGM2012/bgm_jpe.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BGM2012/bgm_jpe.mod -------------------------------------------------------------------------------- /BGM2012/bgm_jpe_final.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BGM2012/bgm_jpe_final.pdf -------------------------------------------------------------------------------- /BGM2012/bgm_k.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BGM2012/bgm_k.mod -------------------------------------------------------------------------------- /BGM2012/bgm_nok.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BGM2012/bgm_nok.mod -------------------------------------------------------------------------------- /BN2010: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2010 -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in DET/Know region/README.md: -------------------------------------------------------------------------------- 1 | # estimation with data simulated in DET 2 | -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in DET/Know region/augmentedrep.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in DET/Know region/augmentedrep.mod -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in DET/Know region/augmentedrep_mode.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in DET/Know region/augmentedrep_mode.mat -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in DET/Know region/nicolodeter.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in DET/Know region/nicolodeter.xlsx -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in DET/Unknow Region/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in DET/Unknow Region/augmentedrep.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in DET/Unknow Region/augmentedrep.mod -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in DET/Unknow Region/augmentedrep_mode.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in DET/Unknow Region/augmentedrep_mode.mat -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in DET/Unknow Region/nicolodeter.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in DET/Unknow Region/nicolodeter.xlsx -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/know region/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/know region/augmentedrep.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/know region/augmentedrep.mod -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/know region/augmentedrep_mode.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/know region/augmentedrep_mode.mat -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/know region/nicoloindeter.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/know region/nicoloindeter.xlsx -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep.log -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep.m -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep.mod -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_CheckPlots1.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_CheckPlots1.fig -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_CheckPlots1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_CheckPlots1.pdf -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_CheckPlots2.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_CheckPlots2.fig -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_CheckPlots2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_CheckPlots2.pdf -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_CheckPlots3.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_CheckPlots3.fig -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_CheckPlots3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_CheckPlots3.pdf -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_HistoricalAndSmoothedVariables1.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_HistoricalAndSmoothedVariables1.fig -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_HistoricalAndSmoothedVariables1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_HistoricalAndSmoothedVariables1.pdf -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_Priors1.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_Priors1.fig -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_Priors1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_Priors1.pdf -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_Priors2.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_Priors2.fig -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_Priors2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_Priors2.pdf -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_Priors3.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_Priors3.fig -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_Priors3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_Priors3.pdf -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_SmoothedShocks1.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_SmoothedShocks1.fig -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_SmoothedShocks1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_SmoothedShocks1.pdf -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_dynamic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_dynamic.m -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_mean.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_mean.mat -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_mh_mode.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_mh_mode.mat -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_mode.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_mode.mat -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_optimal_mh_scale_parameter.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_optimal_mh_scale_parameter.mat -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_params.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_params.mat -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_pindx.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_pindx.mat -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_results.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_results.mat -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_set_auxiliary_variables.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_set_auxiliary_variables.m -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/augmentedrep_static.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/augmentedrep_static.m -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/nicoloindeter.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/nicoloindeter.xlsx -------------------------------------------------------------------------------- /BN2017/estimation with data simulated in IND/unknow region/variablescmaes.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/estimation with data simulated in IND/unknow region/variablescmaes.mat -------------------------------------------------------------------------------- /BN2017/w23521.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BN2017/w23521.pdf -------------------------------------------------------------------------------- /BS2009/BS_Inflation_data.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BS2009/BS_Inflation_data.xls -------------------------------------------------------------------------------- /BS2009/Moderate Inflation and the Deflation-Depression Link.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BS2009/Moderate Inflation and the Deflation-Depression Link.pdf -------------------------------------------------------------------------------- /BS2009/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BS2009/README.md -------------------------------------------------------------------------------- /BankLending2008/Bank_Lending_Tightness.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/Bank_Lending_Tightness.pdf -------------------------------------------------------------------------------- /BankLending2008/README.md: -------------------------------------------------------------------------------- 1 | # Code for Does Bank Lending Tightness Matter? 2 | 3 | -------------------------------------------------------------------------------- /BankLending2008/calc_fcast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/calc_fcast.m -------------------------------------------------------------------------------- /BankLending2008/calc_fcast_all.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/calc_fcast_all.m -------------------------------------------------------------------------------- /BankLending2008/calc_fcast_all_4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/calc_fcast_all_4.m -------------------------------------------------------------------------------- /BankLending2008/calc_fcast_all_4a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/calc_fcast_all_4a.m -------------------------------------------------------------------------------- /BankLending2008/calc_fcast_all_4a1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/calc_fcast_all_4a1.m -------------------------------------------------------------------------------- /BankLending2008/calc_objective.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/calc_objective.m -------------------------------------------------------------------------------- /BankLending2008/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/data.csv -------------------------------------------------------------------------------- /BankLending2008/data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/data.m -------------------------------------------------------------------------------- /BankLending2008/forcst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/forcst.m -------------------------------------------------------------------------------- /BankLending2008/forecast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/forecast.m -------------------------------------------------------------------------------- /BankLending2008/forecast_graphs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/forecast_graphs.m -------------------------------------------------------------------------------- /BankLending2008/gl_report.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/gl_report.m -------------------------------------------------------------------------------- /BankLending2008/make_data_from_csv2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/make_data_from_csv2.m -------------------------------------------------------------------------------- /BankLending2008/quarterly_ticks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/quarterly_ticks.m -------------------------------------------------------------------------------- /BankLending2008/report_fcast_dynamic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/report_fcast_dynamic.m -------------------------------------------------------------------------------- /BankLending2008/report_fcast_dynamic_4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/report_fcast_dynamic_4.m -------------------------------------------------------------------------------- /BankLending2008/report_fcast_dynamic_4a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/report_fcast_dynamic_4a.m -------------------------------------------------------------------------------- /BankLending2008/report_fcast_errors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/report_fcast_errors.m -------------------------------------------------------------------------------- /BankLending2008/report_smoothed_errors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/report_smoothed_errors.m -------------------------------------------------------------------------------- /BankLending2008/report_smoothed_errors_4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/report_smoothed_errors_4.m -------------------------------------------------------------------------------- /BankLending2008/report_smoothed_rmse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/report_smoothed_rmse.m -------------------------------------------------------------------------------- /BankLending2008/resize_subplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/resize_subplot.m -------------------------------------------------------------------------------- /BankLending2008/resize_subplot3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/resize_subplot3.m -------------------------------------------------------------------------------- /BankLending2008/resize_subplot9.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/resize_subplot9.m -------------------------------------------------------------------------------- /BankLending2008/set_params_from_mode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/set_params_from_mode.m -------------------------------------------------------------------------------- /BankLending2008/soe1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/soe1.log -------------------------------------------------------------------------------- /BankLending2008/soe1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/soe1.m -------------------------------------------------------------------------------- /BankLending2008/soe1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/soe1.mod -------------------------------------------------------------------------------- /BankLending2008/soe1_dynamic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/soe1_dynamic.m -------------------------------------------------------------------------------- /BankLending2008/soe1_ff.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/soe1_ff.m -------------------------------------------------------------------------------- /BankLending2008/soe1_fff.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/soe1_fff.m -------------------------------------------------------------------------------- /BankLending2008/soe1_static.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/soe1_static.m -------------------------------------------------------------------------------- /BankLending2008/soe1_steadystate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/soe1_steadystate.m -------------------------------------------------------------------------------- /BankLending2008/str_date_to_num.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/str_date_to_num.m -------------------------------------------------------------------------------- /BankLending2008/yearly_ticks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BankLending2008/yearly_ticks.m -------------------------------------------------------------------------------- /BaselComparing2014/2014-Basel I, II and III_ A Welfare Analysis using a DSGE Model.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BaselComparing2014/2014-Basel I, II and III_ A Welfare Analysis using a DSGE Model.pdf -------------------------------------------------------------------------------- /BaselComparing2014/BaselWelfare.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BaselComparing2014/BaselWelfare.mod -------------------------------------------------------------------------------- /BaselComparing2014/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BaselComparing2014/README.md -------------------------------------------------------------------------------- /BaselComparing2014/calcss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/BaselComparing2014/calcss.m -------------------------------------------------------------------------------- /CF1997/CF97.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CF1997/CF97.mod -------------------------------------------------------------------------------- /CF1997/CF97.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CF1997/CF97.pdf -------------------------------------------------------------------------------- /CF1997/README.md: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /CLSZ2019/BVAR/CLSZ_data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/CLSZ_data.xlsx -------------------------------------------------------------------------------- /CLSZ2019/BVAR/H.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/H.dat -------------------------------------------------------------------------------- /CLSZ2019/BVAR/README.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/README.docx -------------------------------------------------------------------------------- /CLSZ2019/BVAR/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /CLSZ2019/BVAR/clsz_data_in.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/clsz_data_in.mat -------------------------------------------------------------------------------- /CLSZ2019/BVAR/g1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/g1.mat -------------------------------------------------------------------------------- /CLSZ2019/BVAR/irfs_out.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/irfs_out.csv -------------------------------------------------------------------------------- /CLSZ2019/BVAR/msprob.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/msprob.m -------------------------------------------------------------------------------- /CLSZ2019/BVAR/msstart2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/msstart2.m -------------------------------------------------------------------------------- /CLSZ2019/BVAR/msstart_setup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/msstart_setup.m -------------------------------------------------------------------------------- /CLSZ2019/BVAR/outdata_a0dp_const.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/outdata_a0dp_const.mat -------------------------------------------------------------------------------- /CLSZ2019/BVAR/outdata_actqmgdata.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/outdata_actqmgdata.mat -------------------------------------------------------------------------------- /CLSZ2019/BVAR/outdata_actqmygdata.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/outdata_actqmygdata.mat -------------------------------------------------------------------------------- /CLSZ2019/BVAR/outdata_actqmygdata.prn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/outdata_actqmygdata.prn -------------------------------------------------------------------------------- /CLSZ2019/BVAR/outdata_distcnt.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/outdata_distcnt.mat -------------------------------------------------------------------------------- /CLSZ2019/BVAR/outfig_irfs_qu_68bands.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/outfig_irfs_qu_68bands.eps -------------------------------------------------------------------------------- /CLSZ2019/BVAR/outfig_irfs_qu_68bands.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/outfig_irfs_qu_68bands.pdf -------------------------------------------------------------------------------- /CLSZ2019/BVAR/outm.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/outm.mat -------------------------------------------------------------------------------- /CLSZ2019/BVAR/outyrqm.prn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/outyrqm.prn -------------------------------------------------------------------------------- /CLSZ2019/BVAR/~$README.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/BVAR/~$README.docx -------------------------------------------------------------------------------- /CLSZ2019/DSGE/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /CLSZ2019/DSGE/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/Readme.txt -------------------------------------------------------------------------------- /CLSZ2019/DSGE/calibration1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/calibration1.m -------------------------------------------------------------------------------- /CLSZ2019/DSGE/css.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/css.m -------------------------------------------------------------------------------- /CLSZ2019/DSGE/display_simple.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/display_simple.m -------------------------------------------------------------------------------- /CLSZ2019/DSGE/dss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/dss.m -------------------------------------------------------------------------------- /CLSZ2019/DSGE/gdpss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/gdpss.m -------------------------------------------------------------------------------- /CLSZ2019/DSGE/mainfile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/mainfile.m -------------------------------------------------------------------------------- /CLSZ2019/DSGE/model_Taylor.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/model_Taylor.mod -------------------------------------------------------------------------------- /CLSZ2019/DSGE/opt_rule1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/opt_rule1.m -------------------------------------------------------------------------------- /CLSZ2019/DSGE/opt_rule2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/opt_rule2.m -------------------------------------------------------------------------------- /CLSZ2019/DSGE/optimal_Taylor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/optimal_Taylor.m -------------------------------------------------------------------------------- /CLSZ2019/DSGE/plot_irfs4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/plot_irfs4.m -------------------------------------------------------------------------------- /CLSZ2019/DSGE/respolicy_AP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/respolicy_AP.mat -------------------------------------------------------------------------------- /CLSZ2019/DSGE/respolicy_AS.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/respolicy_AS.mat -------------------------------------------------------------------------------- /CLSZ2019/DSGE/respolicy_Agg.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/respolicy_Agg.mat -------------------------------------------------------------------------------- /CLSZ2019/DSGE/shocktype.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/shocktype.mat -------------------------------------------------------------------------------- /CLSZ2019/DSGE/solveff.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/solveff.m -------------------------------------------------------------------------------- /CLSZ2019/DSGE/solvesslog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/solvesslog.m -------------------------------------------------------------------------------- /CLSZ2019/DSGE/steady_state_analysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/DSGE/steady_state_analysis.m -------------------------------------------------------------------------------- /CLSZ2019/README.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/README.docx -------------------------------------------------------------------------------- /CLSZ2019/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /CLSZ2019/wp2016-10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/wp2016-10.pdf -------------------------------------------------------------------------------- /CLSZ2019/wp2016-10_appendix.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/CLSZ2019/wp2016-10_appendix.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenddymacro/Macro-Model_code/HEAD/README.md --------------------------------------------------------------------------------