From f237a4514f591fed4f0b804f69f6ece1cfcc84bf Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:20:16 +0200 Subject: [PATCH 01/77] Update BRA_SAMBA08.json --- static/mmci-cli/models/BRA_SAMBA08/BRA_SAMBA08.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/BRA_SAMBA08/BRA_SAMBA08.json b/static/mmci-cli/models/BRA_SAMBA08/BRA_SAMBA08.json index 4afdf08d..c84fe13e 100644 --- a/static/mmci-cli/models/BRA_SAMBA08/BRA_SAMBA08.json +++ b/static/mmci-cli/models/BRA_SAMBA08/BRA_SAMBA08.json @@ -66,7 +66,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -321,4 +321,4 @@ "text": "zr" } ] -} \ No newline at end of file +} From ed8fec4396cf7e23517963f204835416d7e6f5f5 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:21:18 +0200 Subject: [PATCH 02/77] Update BRA_SAMBA08.mod --- static/mmci-cli/models/BRA_SAMBA08/BRA_SAMBA08.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/mmci-cli/models/BRA_SAMBA08/BRA_SAMBA08.mod b/static/mmci-cli/models/BRA_SAMBA08/BRA_SAMBA08.mod index 6a083f1a..94d91c19 100644 --- a/static/mmci-cli/models/BRA_SAMBA08/BRA_SAMBA08.mod +++ b/static/mmci-cli/models/BRA_SAMBA08/BRA_SAMBA08.mod @@ -121,7 +121,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_ = 100; +std_r_ = 1; //* // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 1; //* @@ -132,11 +132,11 @@ model(linear); //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = r*400; //* -inflation = (1/4)*(4*pi+4*pi(-1)+4*pi(-2)+4*pi(-3))*100; //* -inflationq = pi*400; //* -outputgap = yva*100; //* -output = y*100; //* +interest = r*4; //* +inflation = (1/4)*(4*pi+4*pi(-1)+4*pi(-2)+4*pi(-3))*1; //* +inflationq = pi*4; //* +outputgap = yva*1; //* +output = y*1; //* fispol = g_; //* //************************************************************************** From 52a8bc159d84627a813a3e293fe49c79837ab029 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:28:46 +0200 Subject: [PATCH 03/77] Update CA_BMZ12.json --- static/mmci-cli/models/CA_BMZ12/CA_BMZ12.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/CA_BMZ12/CA_BMZ12.json b/static/mmci-cli/models/CA_BMZ12/CA_BMZ12.json index 2f74144c..0a71bd3b 100644 --- a/static/mmci-cli/models/CA_BMZ12/CA_BMZ12.json +++ b/static/mmci-cli/models/CA_BMZ12/CA_BMZ12.json @@ -64,7 +64,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -363,4 +363,4 @@ "text": "Technology shock process" } ] -} \ No newline at end of file +} From 1a95a76b9189c8e20cd473cf7e3b4680806de40f Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:29:33 +0200 Subject: [PATCH 04/77] Update CA_BMZ12.mod --- static/mmci-cli/models/CA_BMZ12/CA_BMZ12.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/mmci-cli/models/CA_BMZ12/CA_BMZ12.mod b/static/mmci-cli/models/CA_BMZ12/CA_BMZ12.mod index 490eb5dc..43f32cf1 100644 --- a/static/mmci-cli/models/CA_BMZ12/CA_BMZ12.mod +++ b/static/mmci-cli/models/CA_BMZ12/CA_BMZ12.mod @@ -206,7 +206,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_=100; +std_r_=1; //* // Definition of Discretionary Fiscal Policy Parameter //* // coffispol = 1; //* @@ -221,11 +221,11 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = log(rnt/rn_ss)*400; //* -inflationq = log(pit/pi_ss)*400; //* +interest = log(rnt/rn_ss)*4; //* +inflationq = log(pit/pi_ss)*4; //* inflation = 1/4*(inflationq+inflationq(-1)+inflationq(-2)+inflationq(-3)); //* -output = log(yt/y_ss)*100; //* -outputgap = log(yt/ytfp)*100; //* +output = log(yt/y_ss)*1; //* +outputgap = log(yt/ytfp)*1; //* //fispol = e_g; //* //************************************************************************** From dbc27952a3b8138245321c07dc71362f4083d9a9 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:33:43 +0200 Subject: [PATCH 05/77] Update EACZ_GEM03.json --- static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json b/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json index 1d118765..088c3a89 100644 --- a/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json +++ b/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json @@ -30,7 +30,7 @@ ] }, "msr": null, - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -1057,4 +1057,4 @@ "text": "ZZ_XBALH_TOT_RAT" } ] -} \ No newline at end of file +} From ce7082fb1dccbbbeca10d56a22a7d31f7b56b700 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:43:58 +0200 Subject: [PATCH 06/77] Update EACZ_GEM03.json --- static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json b/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json index 088c3a89..d810dd3d 100644 --- a/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json +++ b/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json @@ -30,7 +30,7 @@ ] }, "msr": null, - "variabledim": 1, + "variabledim": 2, "al": false, "shocks": [ { From 1a00938685265925f8e1109fea47fda013549cc7 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:53:02 +0200 Subject: [PATCH 07/77] Update EA_CW05fm.json --- static/mmci-cli/models/EA_CW05fm/EA_CW05fm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/EA_CW05fm/EA_CW05fm.json b/static/mmci-cli/models/EA_CW05fm/EA_CW05fm.json index 84df6062..af89149c 100644 --- a/static/mmci-cli/models/EA_CW05fm/EA_CW05fm.json +++ b/static/mmci-cli/models/EA_CW05fm/EA_CW05fm.json @@ -64,7 +64,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -227,4 +227,4 @@ "text": "vindex" } ] -} \ No newline at end of file +} From 27e315b5f33356f9c816cb093c41aa7598296978 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:55:21 +0200 Subject: [PATCH 08/77] Update EA_CW05fm.mod --- static/mmci-cli/models/EA_CW05fm/EA_CW05fm.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/mmci-cli/models/EA_CW05fm/EA_CW05fm.mod b/static/mmci-cli/models/EA_CW05fm/EA_CW05fm.mod index 46f98b64..7cb4a928 100644 --- a/static/mmci-cli/models/EA_CW05fm/EA_CW05fm.mod +++ b/static/mmci-cli/models/EA_CW05fm/EA_CW05fm.mod @@ -77,7 +77,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_ = 100; //* +//std_r_ = 100; //* //************************************************************************** model(linear); @@ -85,11 +85,11 @@ model(linear); //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = is*100; //* -inflation = infl*100; //* -inflationq = pi1*4*100; //* -outputgap = q*100; //* -output = q*100; //* +interest = is*1; //* +inflation = infl*1; //* +inflationq = pi1*4*1; //* +outputgap = q*1; //* +output = q*1; //* //************************************************************************** From 200caa6e34f7f423bc2fc66868ab2050708c6cc4 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:55:53 +0200 Subject: [PATCH 09/77] Update EA_CW05ta.json --- static/mmci-cli/models/EA_CW05ta/EA_CW05ta.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/EA_CW05ta/EA_CW05ta.json b/static/mmci-cli/models/EA_CW05ta/EA_CW05ta.json index 90e62e77..df3c48cf 100644 --- a/static/mmci-cli/models/EA_CW05ta/EA_CW05ta.json +++ b/static/mmci-cli/models/EA_CW05ta/EA_CW05ta.json @@ -64,7 +64,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -159,4 +159,4 @@ "text": "rl" } ] -} \ No newline at end of file +} From b7cf146bd6a8c3c0e9afda25bd3813947a3935ce Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:56:27 +0200 Subject: [PATCH 10/77] Update EA_CW05ta.mod --- static/mmci-cli/models/EA_CW05ta/EA_CW05ta.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/mmci-cli/models/EA_CW05ta/EA_CW05ta.mod b/static/mmci-cli/models/EA_CW05ta/EA_CW05ta.mod index b6a52ccd..1885f15d 100644 --- a/static/mmci-cli/models/EA_CW05ta/EA_CW05ta.mod +++ b/static/mmci-cli/models/EA_CW05ta/EA_CW05ta.mod @@ -74,7 +74,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_ = 100; //* +//std_r_ = 100; //* coffispol = 0; //************************************************************************** @@ -84,11 +84,11 @@ model(linear); //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = is*100; //* -inflation = infl*100; //* -inflationq = pi1*4*100; //* -outputgap = q*100; //* -output = q*100; //* +interest = is*1; //* +inflation = infl*1; //* +inflationq = pi1*4*1; //* +outputgap = q*1; //* +output = q*1; //* //************************************************************************** From 3ae5ee2e930f41faacf1d26865d62ac56273a566 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 18:19:00 +0200 Subject: [PATCH 11/77] Update EA_GNSS10.json --- static/mmci-cli/models/EA_GNSS10/EA_GNSS10.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/EA_GNSS10/EA_GNSS10.json b/static/mmci-cli/models/EA_GNSS10/EA_GNSS10.json index bb3ccdf2..0cb4fd25 100644 --- a/static/mmci-cli/models/EA_GNSS10/EA_GNSS10.json +++ b/static/mmci-cli/models/EA_GNSS10/EA_GNSS10.json @@ -63,7 +63,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -598,4 +598,4 @@ "text": "Yf" } ] -} \ No newline at end of file +} From 0b20b82a5babc70ae3ca53c97e1875a2a6b26f93 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 18:20:15 +0200 Subject: [PATCH 12/77] Update EA_GNSS10.mod --- static/mmci-cli/models/EA_GNSS10/EA_GNSS10.mod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/static/mmci-cli/models/EA_GNSS10/EA_GNSS10.mod b/static/mmci-cli/models/EA_GNSS10/EA_GNSS10.mod index 61408232..444cb01e 100644 --- a/static/mmci-cli/models/EA_GNSS10/EA_GNSS10.mod +++ b/static/mmci-cli/models/EA_GNSS10/EA_GNSS10.mod @@ -200,7 +200,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); - std_r_ = 100; //* + // std_r_ = 100; //* //* // Definition of Discretionary Fiscal Policy Parameter //* //coffispol = ; //* @@ -301,13 +301,13 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = 400*(exp(r_ib)-r_ib_ss); -inflation = (pie+pie(-1)+pie(-2)+pie(-3))*100; -inflationq = pie*400; -outputgap = (Y-Yf)*100; -output = (Y-0.273582784533271)*100; -//outputgap = (Y1-Y1f)*100; -//output = (Y1-0.250953431249047)*100; +interest = 4*(exp(r_ib)-r_ib_ss); +inflation = (pie+pie(-1)+pie(-2)+pie(-3))*1; +inflationq = pie*4; +outputgap = (Y-Yf)*1; +output = (Y-0.273582784533271)*1; +//outputgap = (Y1-Y1f)*1; +//output = (Y1-0.250953431249047)*1; //************************************************************************** //************************************************************************** From 1c633e213a7d1a6c54e79c533c74bcb30f1c9419 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 18:26:31 +0200 Subject: [PATCH 13/77] Update EA_QR14.json --- static/mmci-cli/models/EA_QR14/EA_QR14.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/EA_QR14/EA_QR14.json b/static/mmci-cli/models/EA_QR14/EA_QR14.json index bd546688..f277cb1c 100644 --- a/static/mmci-cli/models/EA_QR14/EA_QR14.json +++ b/static/mmci-cli/models/EA_QR14/EA_QR14.json @@ -63,7 +63,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -970,4 +970,4 @@ "text": "yf_s" } ] -} \ No newline at end of file +} From 94adcfb0ab023f292ea800fabf1aebafd8fd226f Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 18:27:27 +0200 Subject: [PATCH 14/77] Update EA_QR14.mod --- static/mmci-cli/models/EA_QR14/EA_QR14.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/mmci-cli/models/EA_QR14/EA_QR14.mod b/static/mmci-cli/models/EA_QR14/EA_QR14.mod index 62a793ac..15db0b2f 100644 --- a/static/mmci-cli/models/EA_QR14/EA_QR14.mod +++ b/static/mmci-cli/models/EA_QR14/EA_QR14.mod @@ -92,7 +92,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); - std_r_ = 100; //* +// std_r_ = 100; //* //* // Definition of Discretionary Fiscal Policy Parameter //* //coffispol = ; //* @@ -236,11 +236,11 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = 400*(r-log(RR_bar)); -inflation = (dpemu + dpemu(-1) + dpemu(-2) + dpemu(-3))*100; -inflationq = dpemu*400; -outputgap = (y_emu - y_emuf)*100; -output = (y_emu - log(L_total_bar))*100; +interest = 4*(r-log(RR_bar)); +inflation = (dpemu + dpemu(-1) + dpemu(-2) + dpemu(-3))*1; +inflationq = dpemu*4; +outputgap = (y_emu - y_emuf)*1; +output = (y_emu - log(L_total_bar))*1; //************************************************************************** //************************************************************************** From 86d60338a7c5cbd2f9d9df2ba72d9aae19fcee0d Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 18:32:52 +0200 Subject: [PATCH 15/77] Update EA_QUEST3.json --- static/mmci-cli/models/EA_QUEST3/EA_QUEST3.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/EA_QUEST3/EA_QUEST3.json b/static/mmci-cli/models/EA_QUEST3/EA_QUEST3.json index adaac250..a73f873a 100644 --- a/static/mmci-cli/models/EA_QUEST3/EA_QUEST3.json +++ b/static/mmci-cli/models/EA_QUEST3/EA_QUEST3.json @@ -65,7 +65,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -592,4 +592,4 @@ "text": "Output Gap" } ] -} \ No newline at end of file +} From d9b079433b06afd575a085e23b0a4df0266720eb Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 18:33:37 +0200 Subject: [PATCH 16/77] Update EA_QUEST3.mod --- static/mmci-cli/models/EA_QUEST3/EA_QUEST3.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/mmci-cli/models/EA_QUEST3/EA_QUEST3.mod b/static/mmci-cli/models/EA_QUEST3/EA_QUEST3.mod index 7d392682..369d4abd 100644 --- a/static/mmci-cli/models/EA_QUEST3/EA_QUEST3.mod +++ b/static/mmci-cli/models/EA_QUEST3/EA_QUEST3.mod @@ -210,7 +210,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_ = 100; //* +//std_r_ = 100; //* //* // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 1/GSN; //* @@ -221,10 +221,10 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = 100*((E_INOM+1)^4-interestq_exog^4)/interestq_exog^4; //* +interest = 1*((E_INOM+1)^4-interestq_exog^4)/interestq_exog^4; //* inflation = (1/4)*(inflationq+inflationq(-1)+inflationq(-2)+inflationq(-3)); //* -inflationq = 100*(4*E_PHIC+1-inflationannual_exog)/inflationannual_exog; //* -outputgap = 100*E_LYGAP; //* +inflationq = 1*(4*E_PHIC+1-inflationannual_exog)/inflationannual_exog; //* +outputgap = 1*E_LYGAP; //* fispol = E_EPS_G; //* //************************************************************************** From 273e7958f200ff07ff6c2180a8838b743005bd61 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 18:38:58 +0200 Subject: [PATCH 17/77] Update G3_CW03.json --- static/mmci-cli/models/G3_CW03/G3_CW03.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/G3_CW03/G3_CW03.json b/static/mmci-cli/models/G3_CW03/G3_CW03.json index ef34878d..e36d93e5 100644 --- a/static/mmci-cli/models/G3_CW03/G3_CW03.json +++ b/static/mmci-cli/models/G3_CW03/G3_CW03.json @@ -64,7 +64,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -235,4 +235,4 @@ "text": "rl_us" } ] -} \ No newline at end of file +} From 9752af43f59019cba2ee32abe8cf211b235ff51e Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 18:39:37 +0200 Subject: [PATCH 18/77] Update G3_CW03.mod --- static/mmci-cli/models/G3_CW03/G3_CW03.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/mmci-cli/models/G3_CW03/G3_CW03.mod b/static/mmci-cli/models/G3_CW03/G3_CW03.mod index 69026014..aec1dc3e 100644 --- a/static/mmci-cli/models/G3_CW03/G3_CW03.mod +++ b/static/mmci-cli/models/G3_CW03/G3_CW03.mod @@ -168,7 +168,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_ = 100; //* +//std_r_ = 100; //* //************************************************************************** model(linear); @@ -176,11 +176,11 @@ model(linear); //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = is_us*100; //* -inflation = pi4_us*100; //* -inflationq = pi1_us*4*100; //* -outputgap = q_us*100; //* -output = q_us*100; //* +interest = is_us*1; //* +inflation = pi4_us*1; //* +inflationq = pi1_us*4*1; //* +outputgap = q_us*1; //* +output = q_us*1; //* //************************************************************************** From a622ae669caf4eaea3ce5a2a9fec9ef1ff5feeee Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 20:29:40 +0200 Subject: [PATCH 19/77] Update G7_TAY93.json --- static/mmci-cli/models/G7_TAY93/G7_TAY93.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/G7_TAY93/G7_TAY93.json b/static/mmci-cli/models/G7_TAY93/G7_TAY93.json index 8f6d571d..03e19e07 100644 --- a/static/mmci-cli/models/G7_TAY93/G7_TAY93.json +++ b/static/mmci-cli/models/G7_TAY93/G7_TAY93.json @@ -63,7 +63,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -1914,4 +1914,4 @@ "text": "yl76" } ] -} \ No newline at end of file +} From e4ea38c7ae93d870aeab250abe78bb531a71febb Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 20:30:21 +0200 Subject: [PATCH 20/77] Update G7_TAY93.mod --- static/mmci-cli/models/G7_TAY93/G7_TAY93.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/mmci-cli/models/G7_TAY93/G7_TAY93.mod b/static/mmci-cli/models/G7_TAY93/G7_TAY93.mod index 27332e18..fd391fd7 100644 --- a/static/mmci-cli/models/G7_TAY93/G7_TAY93.mod +++ b/static/mmci-cli/models/G7_TAY93/G7_TAY93.mod @@ -367,7 +367,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); - std_r_ = 100; //* + // std_r_ = 100; //* //* // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 1/gbar0; //* @@ -378,11 +378,11 @@ model(linear); //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = 100*rs0; //* -inflation = 100*(lp0-lp40); //* -inflationq = 100*4*(lp0-lp10); //* -outputgap = 100*ygap0; //* -output = 100*y0/ybar0; //* +interest = 1*rs0; //* +inflation = 1*(lp0-lp40); //* +inflationq = 1*4*(lp0-lp10); //* +outputgap = 1*ygap0; //* +output = 1*y0/ybar0; //* fispol = lg0_; //* //************************************************************************** From 8bb28e626722391cd7f581cb9bf6963de541c524 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 20:39:10 +0200 Subject: [PATCH 21/77] Update NK_ET14.json --- static/mmci-cli/models/NK_ET14/NK_ET14.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/mmci-cli/models/NK_ET14/NK_ET14.json b/static/mmci-cli/models/NK_ET14/NK_ET14.json index f438c2e3..66edbb37 100644 --- a/static/mmci-cli/models/NK_ET14/NK_ET14.json +++ b/static/mmci-cli/models/NK_ET14/NK_ET14.json @@ -63,7 +63,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { From 36676f3cd83eeeb2e869858664d257d9ca203689 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 20:40:03 +0200 Subject: [PATCH 22/77] Update NK_ET14.mod --- static/mmci-cli/models/NK_ET14/NK_ET14.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/mmci-cli/models/NK_ET14/NK_ET14.mod b/static/mmci-cli/models/NK_ET14/NK_ET14.mod index 5e260486..41077851 100644 --- a/static/mmci-cli/models/NK_ET14/NK_ET14.mod +++ b/static/mmci-cli/models/NK_ET14/NK_ET14.mod @@ -196,7 +196,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); - std_r_=100; + // std_r_=100; // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 1; //* @@ -212,11 +212,11 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables//* //* -interest = 400*(i - steady_state(i)); //* -inflation = (Pi + Pi(-1) + Pi(-2) + Pi(-3) - 4*steady_state(Pi))*100; //* -inflationq = 400*(Pi - steady_state(Pi)); //* -outputgap = (Y - Yf - (steady_state(Y) - steady_state(Yf)))*100; //* -output = 100*(Y - steady_state(Y)); //* +interest = 4*(i - steady_state(i)); //* +inflation = (Pi + Pi(-1) + Pi(-2) + Pi(-3) - 4*steady_state(Pi))*1; //* +inflationq = 4*(Pi - steady_state(Pi)); //* +outputgap = (Y - Yf - (steady_state(Y) - steady_state(Yf)))*1; //* +output = 1*(Y - steady_state(Y)); //* fispol = epsG; //* //************************************************************************** From 44fe7bf2fe8ea83384fe5704dcc201c586f171eb Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 20:46:29 +0200 Subject: [PATCH 23/77] Update NK_GK11.json --- static/mmci-cli/models/NK_GK11/NK_GK11.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/NK_GK11/NK_GK11.json b/static/mmci-cli/models/NK_GK11/NK_GK11.json index ea629f87..e21caa18 100644 --- a/static/mmci-cli/models/NK_GK11/NK_GK11.json +++ b/static/mmci-cli/models/NK_GK11/NK_GK11.json @@ -29,7 +29,7 @@ ] }, "msr": null, - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -352,4 +352,4 @@ "text": "zf" } ] -} \ No newline at end of file +} From ad0393e631627691dd2afe64b5c52e317e9978d1 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 20:47:09 +0200 Subject: [PATCH 24/77] Update NK_GK11.mod --- static/mmci-cli/models/NK_GK11/NK_GK11.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/mmci-cli/models/NK_GK11/NK_GK11.mod b/static/mmci-cli/models/NK_GK11/NK_GK11.mod index c97db182..648d64e1 100644 --- a/static/mmci-cli/models/NK_GK11/NK_GK11.mod +++ b/static/mmci-cli/models/NK_GK11/NK_GK11.mod @@ -127,7 +127,7 @@ for i=1:33 deep_parameter_name = M_.param_names(i,:); eval(['M_.params(i) = ' deep_parameter_name ' ;']) end -std_r_ = 100; +//std_r_ = 100; cd(thispath); // Definition of Discretionary Fiscal Policy Parameter //* @@ -139,11 +139,11 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = 400*(i-log(1/betta)); //* -inflation = (infl+infl(-1)+infl(-2)+infl(-3))*100; //* -inflationq = 400*infl; //* -outputgap = (Y-Yf)*100; //* -output = (Y-Y_ss)*100; //* +interest = 4*(i-log(1/betta)); //* +inflation = (infl+infl(-1)+infl(-2)+infl(-3))*1; //* +inflationq = 4*infl; //* +outputgap = (Y-Yf)*1; //* +output = (Y-Y_ss)*1; //* fispol = e_g; //* //************************************************************************** From e378f1026320619d4c8d20dc437bb4a731c2aad0 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 20:54:01 +0200 Subject: [PATCH 25/77] Update NK_GM05.json --- static/mmci-cli/models/NK_GM05/NK_GM05.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/NK_GM05/NK_GM05.json b/static/mmci-cli/models/NK_GM05/NK_GM05.json index 17774e0d..dc38d705 100644 --- a/static/mmci-cli/models/NK_GM05/NK_GM05.json +++ b/static/mmci-cli/models/NK_GM05/NK_GM05.json @@ -29,7 +29,7 @@ ] }, "msr": null, - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -124,4 +124,4 @@ "text": "ystar" } ] -} \ No newline at end of file +} From 3b9473764fd74c5ac4f7b8dd929d32e40f7430c4 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 20:54:38 +0200 Subject: [PATCH 26/77] Update NK_GM05.mod --- static/mmci-cli/models/NK_GM05/NK_GM05.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/mmci-cli/models/NK_GM05/NK_GM05.mod b/static/mmci-cli/models/NK_GM05/NK_GM05.mod index 50f4d1b5..0be9c393 100644 --- a/static/mmci-cli/models/NK_GM05/NK_GM05.mod +++ b/static/mmci-cli/models/NK_GM05/NK_GM05.mod @@ -76,7 +76,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_=100; //* +//std_r_=100; //* //************************************************************************** model(linear); @@ -85,11 +85,11 @@ model(linear); //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables//* -interest = r*400; //* -inflation = (100/4)*(4*pi+4*pi(-1)+4*pi(-2)+4*pi(-3)); //* -inflationq = pi*400; //* -outputgap = x*100; //* -output = y*100; //* +interest = r*4; //* +inflation = (1/4)*(4*pi+4*pi(-1)+4*pi(-2)+4*pi(-3)); //* +inflationq = pi*4; //* +outputgap = x*1; //* +output = y*1; //* //************************************************************************** From 56fa941008c0906086b7eb62e887b9b2d5e6504f Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:02:00 +0200 Subject: [PATCH 27/77] Update NK_JO15_ht.json --- static/mmci-cli/models/NK_JO15_ht/NK_JO15_ht.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/NK_JO15_ht/NK_JO15_ht.json b/static/mmci-cli/models/NK_JO15_ht/NK_JO15_ht.json index 12e53404..9ef45d5a 100644 --- a/static/mmci-cli/models/NK_JO15_ht/NK_JO15_ht.json +++ b/static/mmci-cli/models/NK_JO15_ht/NK_JO15_ht.json @@ -64,7 +64,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -199,4 +199,4 @@ "text": "y_star" } ] -} \ No newline at end of file +} From 3a6b40043bc465ac86b4409b5b8a0e879612503d Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:02:25 +0200 Subject: [PATCH 28/77] Update NK_JO15_ht.mod --- static/mmci-cli/models/NK_JO15_ht/NK_JO15_ht.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/NK_JO15_ht/NK_JO15_ht.mod b/static/mmci-cli/models/NK_JO15_ht/NK_JO15_ht.mod index ac27fe1a..b102ce9b 100644 --- a/static/mmci-cli/models/NK_JO15_ht/NK_JO15_ht.mod +++ b/static/mmci-cli/models/NK_JO15_ht/NK_JO15_ht.mod @@ -61,7 +61,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_ = 100; //* +//std_r_ = 100; //* //* //************************************************************************** @@ -209,4 +209,4 @@ stderr 1; end; -//stoch_simul(irf=40, nograph) p_star e s q; \ No newline at end of file +//stoch_simul(irf=40, nograph) p_star e s q; From 248738ed0ce95e054e35ecd460eedf4f4e3404b7 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:02:44 +0200 Subject: [PATCH 29/77] Update NK_JO15_lt.json --- static/mmci-cli/models/NK_JO15_lt/NK_JO15_lt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/NK_JO15_lt/NK_JO15_lt.json b/static/mmci-cli/models/NK_JO15_lt/NK_JO15_lt.json index 43c08bba..11a69916 100644 --- a/static/mmci-cli/models/NK_JO15_lt/NK_JO15_lt.json +++ b/static/mmci-cli/models/NK_JO15_lt/NK_JO15_lt.json @@ -64,7 +64,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -199,4 +199,4 @@ "text": "y_star" } ] -} \ No newline at end of file +} From fbdec810e0b52f014f12ce415ae5c7fecf5b171b Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:03:13 +0200 Subject: [PATCH 30/77] Update NK_JO15_lt.mod --- static/mmci-cli/models/NK_JO15_lt/NK_JO15_lt.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/NK_JO15_lt/NK_JO15_lt.mod b/static/mmci-cli/models/NK_JO15_lt/NK_JO15_lt.mod index e3a9ee45..6cf9e22f 100644 --- a/static/mmci-cli/models/NK_JO15_lt/NK_JO15_lt.mod +++ b/static/mmci-cli/models/NK_JO15_lt/NK_JO15_lt.mod @@ -61,7 +61,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_ = 100; //* +//std_r_ = 100; //* //************************************************************************** //Calibration @@ -209,4 +209,4 @@ stderr 1; end; -//stoch_simul(irf=40, nograph) p_star e s q; \ No newline at end of file +//stoch_simul(irf=40, nograph) p_star e s q; From 832cde2fb1bc055eb534a06b063fd0b61b2c6f08 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:08:28 +0200 Subject: [PATCH 31/77] Update NK_KW16.json --- static/mmci-cli/models/NK_KW16/NK_KW16.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/NK_KW16/NK_KW16.json b/static/mmci-cli/models/NK_KW16/NK_KW16.json index 60782136..960927bc 100644 --- a/static/mmci-cli/models/NK_KW16/NK_KW16.json +++ b/static/mmci-cli/models/NK_KW16/NK_KW16.json @@ -63,7 +63,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -410,4 +410,4 @@ "text": "Z_fe" } ] -} \ No newline at end of file +} From e83c73c2bff96a1ed019db2de424fe88096e0f7d Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:09:00 +0200 Subject: [PATCH 32/77] Update NK_KW16.mod --- static/mmci-cli/models/NK_KW16/NK_KW16.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/mmci-cli/models/NK_KW16/NK_KW16.mod b/static/mmci-cli/models/NK_KW16/NK_KW16.mod index 05462608..f215b05b 100644 --- a/static/mmci-cli/models/NK_KW16/NK_KW16.mod +++ b/static/mmci-cli/models/NK_KW16/NK_KW16.mod @@ -138,7 +138,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_=100; +//std_r_=100; //* // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 5; //* @@ -228,11 +228,11 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = log(i/i_ss)*400; //* -inflationq = log(infl/infl_ss)*400; //* +interest = log(i/i_ss)*4; //* +inflationq = log(infl/infl_ss)*4; //* inflation = 1/4*(inflationq+inflationq(-1)+inflationq(-2)+inflationq(-3)); //* -output = log(Y/Y_ss)*100; //* -outputgap = log(Y/Y_fe)*100; //* +output = log(Y/Y_ss)*1; //* +outputgap = log(Y/Y_fe)*1; //* fispol = e_g; //************************************************************************** From 9fc4a87766db013d884d280456feb6443701392f Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:13:04 +0200 Subject: [PATCH 33/77] Update NK_MCN99cr.json --- static/mmci-cli/models/NK_MCN99cr/NK_MCN99cr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/NK_MCN99cr/NK_MCN99cr.json b/static/mmci-cli/models/NK_MCN99cr/NK_MCN99cr.json index 382c7682..1e8bfb89 100644 --- a/static/mmci-cli/models/NK_MCN99cr/NK_MCN99cr.json +++ b/static/mmci-cli/models/NK_MCN99cr/NK_MCN99cr.json @@ -63,7 +63,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -146,4 +146,4 @@ "text": "ytilde" } ] -} \ No newline at end of file +} From cac1190b47dfa38322afd9e63f5695eb74c2fa99 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:13:24 +0200 Subject: [PATCH 34/77] Update NK_MCN99cr.mod --- static/mmci-cli/models/NK_MCN99cr/NK_MCN99cr.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/mmci-cli/models/NK_MCN99cr/NK_MCN99cr.mod b/static/mmci-cli/models/NK_MCN99cr/NK_MCN99cr.mod index 29e97cb1..52c706ca 100644 --- a/static/mmci-cli/models/NK_MCN99cr/NK_MCN99cr.mod +++ b/static/mmci-cli/models/NK_MCN99cr/NK_MCN99cr.mod @@ -78,17 +78,17 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_ = 100; //* +//std_r_ = 100; //* //************************************************************************** model(linear); //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables//* -interest = 100*4*R; //* -inflation = 100*(1/4)*(4*pi + 4*pi(-1) + 4*pi(-2) + 4*pi(-3)); //* -inflationq = 100*4*pi; //* -outputgap = 100*ytilde; //* +interest = 1*4*R; //* +inflation = 1*(1/4)*(4*pi + 4*pi(-1) + 4*pi(-2) + 4*pi(-3)); //* +inflationq = 1*4*pi; //* +outputgap = 1*ytilde; //* //************************************************************************** From 2f1941a38f5a9ed33fc4049b24d631f7353a8ae2 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:19:48 +0200 Subject: [PATCH 35/77] Update NK_MM10.json --- static/mmci-cli/models/NK_MM10/NK_MM10.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/NK_MM10/NK_MM10.json b/static/mmci-cli/models/NK_MM10/NK_MM10.json index cdc01ceb..34f5ef2b 100644 --- a/static/mmci-cli/models/NK_MM10/NK_MM10.json +++ b/static/mmci-cli/models/NK_MM10/NK_MM10.json @@ -60,7 +60,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -399,4 +399,4 @@ "text": "Yf" } ] -} \ No newline at end of file +} From 2dbc3003ad9e88447cc7555c2c0b8dae1ad99a20 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:20:42 +0200 Subject: [PATCH 36/77] Update NK_MM10.mod --- static/mmci-cli/models/NK_MM10/NK_MM10.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/mmci-cli/models/NK_MM10/NK_MM10.mod b/static/mmci-cli/models/NK_MM10/NK_MM10.mod index ca8ecf73..4f4c880e 100644 --- a/static/mmci-cli/models/NK_MM10/NK_MM10.mod +++ b/static/mmci-cli/models/NK_MM10/NK_MM10.mod @@ -264,7 +264,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_ = 100; //* +//std_r_ = 100; //* //* // Definition of Discretionary Fiscal Policy Parameter //* %coffispol; //* @@ -406,14 +406,14 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* //* -//interest = (Rd^4-steady_state(Rd)^4)/(steady_state(Rd)^4)*100; -interest = log(Rd/steady_state(Rd))*400; -inflationq = log(infl/steady_state(infl))*400; +//interest = (Rd^4-steady_state(Rd)^4)/(steady_state(Rd)^4)*1; +interest = log(Rd/steady_state(Rd))*4; +inflationq = log(infl/steady_state(infl))*4; inflation = 1/4*(inflationq+inflationq(-1)+inflationq(-2)+inflationq(-3)); //inflation = (infl*infl(-1)*infl(-2)*infl(-3)-steady_state(infl)^4)/(steady_state(infl)^4)*100; //* //inflationq = ((infl^4-steady_state(infl)^4)/steady_state(infl)^4)*100; //* -output = (log(Y)-log(steady_state(Y)))*100; //* -outputgap = (log(Y)-log(Yf))*100; //* +output = (log(Y)-log(steady_state(Y)))*1; //* +outputgap = (log(Y)-log(Yf))*1; //* //************************************************************************** //************************************************************************** From bbf0e049345343c108a15ca6b34aa760ed731072 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:25:48 +0200 Subject: [PATCH 37/77] Update NK_MPT10.json --- static/mmci-cli/models/NK_MPT10/NK_MPT10.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/NK_MPT10/NK_MPT10.json b/static/mmci-cli/models/NK_MPT10/NK_MPT10.json index fcbeb902..2413bb59 100644 --- a/static/mmci-cli/models/NK_MPT10/NK_MPT10.json +++ b/static/mmci-cli/models/NK_MPT10/NK_MPT10.json @@ -64,7 +64,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -363,4 +363,4 @@ "text": "Y_fe" } ] -} \ No newline at end of file +} From 71dfc7e778b91ba9ed2db9a13fc22077b4cf2f9a Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:26:21 +0200 Subject: [PATCH 38/77] Update NK_MPT10.mod --- static/mmci-cli/models/NK_MPT10/NK_MPT10.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/mmci-cli/models/NK_MPT10/NK_MPT10.mod b/static/mmci-cli/models/NK_MPT10/NK_MPT10.mod index 7d996910..07be509d 100644 --- a/static/mmci-cli/models/NK_MPT10/NK_MPT10.mod +++ b/static/mmci-cli/models/NK_MPT10/NK_MPT10.mod @@ -89,7 +89,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_=100; +//std_r_=100; //* // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 1; //* @@ -168,11 +168,11 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = log((1+i_nom)/(1+i_nom_ss))*400; //* -inflationq = log(infl/infl_ss)*400; //* +interest = log((1+i_nom)/(1+i_nom_ss))*4; //* +inflationq = log(infl/infl_ss)*4; //* inflation = 1/4*(inflationq+inflationq(-1)+inflationq(-2)+inflationq(-3)); //* -output = log(Y/Y_ss)*100; //* -outputgap = log(Y/Y_fe)*100; //* +output = log(Y/Y_ss)*1; //* +outputgap = log(Y/Y_fe)*1; //* fispol = e; //************************************************************************** From a8248b47cfd1e2c7f6e08c15ea5bf6d427a64353 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:40:18 +0200 Subject: [PATCH 39/77] Update NK_ST13.json --- static/mmci-cli/models/NK_ST13/NK_ST13.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/NK_ST13/NK_ST13.json b/static/mmci-cli/models/NK_ST13/NK_ST13.json index 2e7010eb..83ad115d 100644 --- a/static/mmci-cli/models/NK_ST13/NK_ST13.json +++ b/static/mmci-cli/models/NK_ST13/NK_ST13.json @@ -62,7 +62,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -309,4 +309,4 @@ "text": "yn_fe" } ] -} \ No newline at end of file +} From 01a9f4a0668e5bb565932ac84e982f00cc69dc43 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:40:58 +0200 Subject: [PATCH 40/77] Update NK_ST13.mod --- static/mmci-cli/models/NK_ST13/NK_ST13.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/mmci-cli/models/NK_ST13/NK_ST13.mod b/static/mmci-cli/models/NK_ST13/NK_ST13.mod index ecc62dc5..14373732 100644 --- a/static/mmci-cli/models/NK_ST13/NK_ST13.mod +++ b/static/mmci-cli/models/NK_ST13/NK_ST13.mod @@ -51,7 +51,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_=100; +//std_r_=100; //* // Definition of Discretionary Fiscal Policy Parameter //* // coffispol = 1; //* @@ -114,11 +114,11 @@ IMP_ss = R_ss-Rd_ss; % inside money premium model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = log(R/R_ss)*400; //* -inflationq = log(pi/pi_ss)*400; //* +interest = log(R/R_ss)*4; //* +inflationq = log(pi/pi_ss)*4; //* inflation = 1/4*(inflationq+inflationq(-1)+inflationq(-2)+inflationq(-3)); //* -output = log(y/y_ss)*100; //* -outputgap = log(y/y_fe)*100; //* +output = log(y/y_ss)*1; //* +outputgap = log(y/y_fe)*1; //* %fispol = 0; //* //************************************************************************** From 7df744879931f8481fc6b668e749729d32ec1851 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:41:15 +0200 Subject: [PATCH 41/77] Update RBC_DTT11.json --- static/mmci-cli/models/RBC_DTT11/RBC_DTT11.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/RBC_DTT11/RBC_DTT11.json b/static/mmci-cli/models/RBC_DTT11/RBC_DTT11.json index 35a5ff62..070d2f0c 100644 --- a/static/mmci-cli/models/RBC_DTT11/RBC_DTT11.json +++ b/static/mmci-cli/models/RBC_DTT11/RBC_DTT11.json @@ -63,7 +63,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -214,4 +214,4 @@ "text": "zbar_t" } ] -} \ No newline at end of file +} From 79cb7588684a0b4ffa8a5827ebe8b0813bfca4f5 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:41:43 +0200 Subject: [PATCH 42/77] Update RBC_DTT11.mod --- static/mmci-cli/models/RBC_DTT11/RBC_DTT11.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/mmci-cli/models/RBC_DTT11/RBC_DTT11.mod b/static/mmci-cli/models/RBC_DTT11/RBC_DTT11.mod index fa34669f..d226b426 100644 --- a/static/mmci-cli/models/RBC_DTT11/RBC_DTT11.mod +++ b/static/mmci-cli/models/RBC_DTT11/RBC_DTT11.mod @@ -81,10 +81,10 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = 400*r_t; //* -inflation = (100/4)*(4*pi_t+4*pi_t(-1)+4*pi_t(-2)+4*pi_t(-3)); //* -inflationq = 400*pi_t; //* -output = 100*y_t; //* +interest = 4*r_t; //* +inflation = (1/4)*(4*pi_t+4*pi_t(-1)+4*pi_t(-2)+4*pi_t(-3)); //* +inflationq = 4*pi_t; //* +output = 1*y_t; //* outputgap = 0; //* //************************************************************************** From 93612030c7110be295b20b238119cac34b094798 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:49:37 +0200 Subject: [PATCH 43/77] Update US_CCF12.mod --- static/mmci-cli/models/US_CCF12/US_CCF12.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/mmci-cli/models/US_CCF12/US_CCF12.mod b/static/mmci-cli/models/US_CCF12/US_CCF12.mod index 3e9d01a0..9c3f1301 100644 --- a/static/mmci-cli/models/US_CCF12/US_CCF12.mod +++ b/static/mmci-cli/models/US_CCF12/US_CCF12.mod @@ -177,11 +177,11 @@ model(linear); //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = FFR*100; //* -inflation = (pi + pi(-1) + pi(-2) + pi(-3))*100; //* -inflationq = pi*400; //* -outputgap = ygap*100/4; //* -output = y*100/4; //* +interest = FFR*1; //* +inflation = (pi + pi(-1) + pi(-2) + pi(-3))*1; //* +inflationq = pi*4; //* +outputgap = ygap*1/4; //* +output = y*1/4; //* fispol = eps_Gz; //* //************************************************************************** From 5e7325212dc9aa36d479b27bda255588a330e304 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:53:54 +0200 Subject: [PATCH 44/77] Update US_CD08.json --- static/mmci-cli/models/US_CD08/US_CD08.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/US_CD08/US_CD08.json b/static/mmci-cli/models/US_CD08/US_CD08.json index f5fc11cc..cce39001 100644 --- a/static/mmci-cli/models/US_CD08/US_CD08.json +++ b/static/mmci-cli/models/US_CD08/US_CD08.json @@ -29,7 +29,7 @@ ] }, "msr": null, - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -212,4 +212,4 @@ "text": "z_f" } ] -} \ No newline at end of file +} From 4e9d893904d07c9366caf967c28f90b49f8af4d7 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:54:28 +0200 Subject: [PATCH 45/77] Update US_CD08.mod --- static/mmci-cli/models/US_CD08/US_CD08.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/mmci-cli/models/US_CD08/US_CD08.mod b/static/mmci-cli/models/US_CD08/US_CD08.mod index 9d178e6a..1da29571 100644 --- a/static/mmci-cli/models/US_CD08/US_CD08.mod +++ b/static/mmci-cli/models/US_CD08/US_CD08.mod @@ -95,7 +95,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_=100; //* +//std_r_=100; //* // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 1; //* @@ -106,11 +106,11 @@ model(linear); //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = r*400; //* -inflation = (pi+pi(-1)+pi(-2)+pi(-3))*100; //* -inflationq = pi*400; //* -outputgap = (y-y_f)*100; //* -output = y*100; //* +interest = r*4; //* +inflation = (pi+pi(-1)+pi(-2)+pi(-3))*1; //* +inflationq = pi*4; //* +outputgap = (y-y_f)*1; //* +output = y*1; //* //fispol = 0; //* //************************************************************************** From 9e22c2d41299b1eeb245fb9ca5a4e4823938b474 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 16:45:07 +0200 Subject: [PATCH 46/77] Update EA_DKR11.json --- static/mmci-cli/models/EA_DKR11/EA_DKR11.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/EA_DKR11/EA_DKR11.json b/static/mmci-cli/models/EA_DKR11/EA_DKR11.json index 6e3affd9..e078866e 100644 --- a/static/mmci-cli/models/EA_DKR11/EA_DKR11.json +++ b/static/mmci-cli/models/EA_DKR11/EA_DKR11.json @@ -29,7 +29,7 @@ ] }, "msr": null, - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -1608,4 +1608,4 @@ "text": "ZWNR2_D" } ] -} \ No newline at end of file +} From 430f7f2296bab9ceab625ca0f3bc2da6707f46da Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 16:45:54 +0200 Subject: [PATCH 47/77] Update EA_DKR11.mod --- static/mmci-cli/models/EA_DKR11/EA_DKR11.mod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/static/mmci-cli/models/EA_DKR11/EA_DKR11.mod b/static/mmci-cli/models/EA_DKR11/EA_DKR11.mod index d488b160..45d56b6b 100644 --- a/static/mmci-cli/models/EA_DKR11/EA_DKR11.mod +++ b/static/mmci-cli/models/EA_DKR11/EA_DKR11.mod @@ -413,7 +413,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_ = 100; //* +std_r_ = 1; //* //* // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 1/GSS; //* @@ -521,12 +521,12 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = log((1+R)/(1+RSS))*400; //* -inflation = (log(1+CPI)+log(1+CPI(-1))+log(1+CPI(-2))+log(1+CPI(-3)))*100; //* -inflationq = log(1+CPI)*400; //* +interest = log((1+R)/(1+RSS))*4; //* +inflation = (log(1+CPI)+log(1+CPI(-1))+log(1+CPI(-2))+log(1+CPI(-3)))*1; //* +inflationq = log(1+CPI)*4; //* outputgap = YGAPobs; //* output = Yobs; //* -fispol = E_G/100; //* +fispol = E_G/1; //* //************************************************************************** //************************************************************************** @@ -824,9 +824,9 @@ interest = cofintintb1*interest(-1) //* E_F = 0.5*E_F(-1) + 0.5*E_F(1) + (1-xie)*(1-betta*xie)/(xie)*(100*log(L/LSS) - E_F); - YGAPobs = 100*log(YGAP); + YGAPobs = 1*log(YGAP); Robs = 100*((1+R)/(1+RSS)-1); - Yobs = 100*log(Y/YSS); + Yobs = 1*log(Y/YSS); Zobs = 100*(ZSS/(ZSS + ZDSS*TDSS)*log(Z/ZSS) + ZDSS*TDSS/(ZSS + ZDSS*TDSS)*log(Z_D/ZDSS)); //288 Z_Dobs = 100*log(Z_D/ZDSS); From d15100439e19d71b317d81225c8d8cc50da01ccb Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 16:46:20 +0200 Subject: [PATCH 48/77] Update EACZ_GEM03.json --- static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json b/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json index d810dd3d..088c3a89 100644 --- a/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json +++ b/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.json @@ -30,7 +30,7 @@ ] }, "msr": null, - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { From e32925a417af724172ba0e1d9dc1147c30ffdd50 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 16:46:57 +0200 Subject: [PATCH 49/77] Update EACZ_GEM03.mod --- static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.mod b/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.mod index 42801167..0c6e7d46 100644 --- a/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.mod +++ b/static/mmci-cli/models/EACZ_GEM03/EACZ_GEM03.mod @@ -252,7 +252,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_ = 100; //* +std_r_ = 1; //* //* // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 1; //* @@ -263,11 +263,11 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = 100*(RNOMF^4-interest_EXOG^4)/interest_EXOG^4; //* -inflation = 100*(PIE4F-PIE4F_EXOG)/PIE4F_EXOG; //* -inflationq = 100*(PIEF^4-PIE4F_EXOG)/PIE4F_EXOG; //* +interest = 1*(RNOMF^4-interest_EXOG^4)/interest_EXOG^4; //* +inflation = 1*(PIE4F-PIE4F_EXOG)/PIE4F_EXOG; //* +inflationq = 1*(PIEF^4-PIE4F_EXOG)/PIE4F_EXOG; //* outputgap = GDPGAPF; //* -output = GDPF*100; //* +output = GDPF*1; //* fispol = E_GAF; //* // Given inflation target for annual inflation is used as target for annualized quarterly inflation. //************************************************************************** @@ -562,7 +562,7 @@ fispol = coffispol*fiscal_; //* // 100*(RNOMF^4-1) = (1-XDUMF)*100*(RNOM_EXOGF^4-1)+XDUMF*(XR3F*100*(RNOMF(-1)^4-1)+(1-XR3F)*(100*((1/BET*PIE4F^0.25)^4-1)+XR1F*(100*(PIE4F-1)-100*(PIE4TARF-1))+XR4F*100*(DEPEX^4-1)+XR2F*GDPGAPF)) ; - GDPGAPF = 100*(GDPF_NAT-GDPF_EXOG)/GDPF_EXOG ; + GDPGAPF = 1*(GDPF_NAT-GDPF_EXOG)/GDPF_EXOG ; PIE4F = PIEF*PIEF(-1)*PIEF(-2)*PIEF(-3) ; AF = CF*(1+SHOPF)+EYEF+GAF ; GAF = .05*(GA_RATF*(GLAMBDAF*GDPF_NAT+(1-GLAMBDAF)*GDPF_EXOG))+.95*GAF(-1)+E_GAF; From 5bb9ded92faa43ccb05ed00014df69d223adeb1b Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:00:16 +0200 Subject: [PATCH 50/77] Update US_CMR10.json --- static/mmci-cli/models/US_CMR10/US_CMR10.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/US_CMR10/US_CMR10.json b/static/mmci-cli/models/US_CMR10/US_CMR10.json index acb4723b..47651a5b 100644 --- a/static/mmci-cli/models/US_CMR10/US_CMR10.json +++ b/static/mmci-cli/models/US_CMR10/US_CMR10.json @@ -31,7 +31,7 @@ ] }, "msr": null, - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -402,4 +402,4 @@ "text": "zetaiU" } ] -} \ No newline at end of file +} From 7bcdaf0ec106b69674e5ae3afec0511aa4f341b9 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:00:43 +0200 Subject: [PATCH 51/77] Update US_CMR10.mod --- static/mmci-cli/models/US_CMR10/US_CMR10.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/mmci-cli/models/US_CMR10/US_CMR10.mod b/static/mmci-cli/models/US_CMR10/US_CMR10.mod index bebf94cf..929e7598 100644 --- a/static/mmci-cli/models/US_CMR10/US_CMR10.mod +++ b/static/mmci-cli/models/US_CMR10/US_CMR10.mod @@ -79,7 +79,7 @@ parameters btotUU, YUU, piUU, sUU, rkUU, iUU, uUU, omegabarUU, RkXUU, nUU, qUU, end; end; //* cd(thispath); -std_r_=100; //* +std_r_=1; //* //************************************************************************** @@ -100,11 +100,11 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables//* -interest = 100*( (1+ReXU)^4 - (1+ReXUU)^4 )/((1+ReXUU)^4); //* +interest = 1*( (1+ReXU)^4 - (1+ReXUU)^4 )/((1+ReXUU)^4); //* inflation = 1/4*(inflationq+inflationq(-1)+inflationq(-2)+inflationq(-3));//* -inflationq = 100*(piU^4-piUU^4)/(piUU^4); //* -outputgap = 100*(YU-YflexU)/YUU; //* -output = 100*(YU-YUU)/YUU; //* +inflationq = 1*(piU^4-piUU^4)/(piUU^4); //* +outputgap = 1*(YU-YflexU)/YUU; //* +output = 1*(YU-YUU)/YUU; //* //************************************************************************** From 7807f28412363915b8773736a3a7c4472f119e7f Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:09:57 +0200 Subject: [PATCH 52/77] Update US_CMR10fa.json --- static/mmci-cli/models/US_CMR10fa/US_CMR10fa.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/US_CMR10fa/US_CMR10fa.json b/static/mmci-cli/models/US_CMR10fa/US_CMR10fa.json index 5d399551..edaf2962 100644 --- a/static/mmci-cli/models/US_CMR10fa/US_CMR10fa.json +++ b/static/mmci-cli/models/US_CMR10fa/US_CMR10fa.json @@ -31,7 +31,7 @@ ] }, "msr": null, - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -306,4 +306,4 @@ "text": "zetaiU" } ] -} \ No newline at end of file +} From ddc40ff10c0048b0728cfeaf28309cccf0de8cad Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:10:27 +0200 Subject: [PATCH 53/77] Update US_CMR10fa.mod --- static/mmci-cli/models/US_CMR10fa/US_CMR10fa.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/mmci-cli/models/US_CMR10fa/US_CMR10fa.mod b/static/mmci-cli/models/US_CMR10fa/US_CMR10fa.mod index 749498ef..25ed8c51 100644 --- a/static/mmci-cli/models/US_CMR10fa/US_CMR10fa.mod +++ b/static/mmci-cli/models/US_CMR10fa/US_CMR10fa.mod @@ -79,7 +79,7 @@ parameters btotUU, YUU, piUU, sUU, rkUU, iUU, uUU, omegabarUU, RkXUU, nUU, qUU, end; end; //* cd(thispath); -std_r_=100; //* +std_r_=1; //* //************************************************************************** @@ -100,11 +100,11 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables//* -interest = 100*( (1+ReXU)^4 - (1+ReXUU)^4 )/((1+ReXUU)^4); //* +interest = 1*( (1+ReXU)^4 - (1+ReXUU)^4 )/((1+ReXUU)^4); //* inflation = 1/4*(inflationq+inflationq(-1)+inflationq(-2)+inflationq(-3));//* -inflationq = 100*(piU^4-piUU^4)/(piUU^4); //* -outputgap = 100*(YU-YflexU)/YUU; //* -output = 100*(YU-YUU)/YUU; //* +inflationq = 1*(piU^4-piUU^4)/(piUU^4); //* +outputgap = 1*(YU-YflexU)/YUU; //* +output = 1*(YU-YUU)/YUU; //* //************************************************************************** From f9a8af61fd55e397925d7ced37703327e457e0e4 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:10:45 +0200 Subject: [PATCH 54/77] Update US_CMR14.json --- static/mmci-cli/models/US_CMR14/US_CMR14.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/US_CMR14/US_CMR14.json b/static/mmci-cli/models/US_CMR14/US_CMR14.json index 015015cb..01c300f8 100644 --- a/static/mmci-cli/models/US_CMR14/US_CMR14.json +++ b/static/mmci-cli/models/US_CMR14/US_CMR14.json @@ -65,7 +65,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -596,4 +596,4 @@ "text": "zetai" } ] -} \ No newline at end of file +} From 48aa0b88b3423494e7430071c0c062757c6281a5 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:11:39 +0200 Subject: [PATCH 55/77] Update US_CMR14.mod --- static/mmci-cli/models/US_CMR14/US_CMR14.mod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/static/mmci-cli/models/US_CMR14/US_CMR14.mod b/static/mmci-cli/models/US_CMR14/US_CMR14.mod index 93753be0..27bff6b2 100644 --- a/static/mmci-cli/models/US_CMR14/US_CMR14.mod +++ b/static/mmci-cli/models/US_CMR14/US_CMR14.mod @@ -11,7 +11,7 @@ // Further references: //Christiano, L. J., Motto, R., Rostagno, M., 2014. Risk shocks. -//American Economic Review 104 (1), 27–65. +//American Economic Review 104 (1), 27–65. // Last edited: 2016/02/24 by M. Kuete @@ -167,7 +167,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); - std_r_=100; + std_r_=1; // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 1/etag_p; //* //************************************************************************** @@ -296,13 +296,13 @@ model; //***************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* - interest = 100*( (1+Re)^4 - (1+Re_p)^4 )/((1+Re_p)^4); // 400*(Re - Re_p);//* - inflationq = 100*(pi^4-pi_p^4)/(pi_p^4); //* + interest = 1*( (1+Re)^4 - (1+Re_p)^4 )/((1+Re_p)^4); // 400*(Re - Re_p);//* + inflationq = 1*(pi^4-pi_p^4)/(pi_p^4); //* inflation = 1/4*(inflationq+inflationq(-1)+inflationq(-2)+inflationq(-3)); //* // output = (log(yz)-log(steady_state(yz)))*100; //* // outputgap = (log(yz)-log(yzf))*100; //* - output = (log(y)-log(steady_state(y)))*100; //* - outputgap = (log(y)-log(yf))*100; //* + output = (log(y)-log(steady_state(y)))*1; //* + outputgap = (log(y)-log(yf))*1; //* fispol = e_g; //* //************************************************************************** @@ -875,4 +875,4 @@ var e_xi1; stderr 1-@{stopsignal}; end; -//stoch_simul(order=1, irf=40,nograph); \ No newline at end of file +//stoch_simul(order=1, irf=40,nograph); From 9824941a6e44fbc59f16a2c829b4272ed20d3fb5 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:11:58 +0200 Subject: [PATCH 56/77] Update US_CMR14noFA.json --- static/mmci-cli/models/US_CMR14noFA/US_CMR14noFA.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/US_CMR14noFA/US_CMR14noFA.json b/static/mmci-cli/models/US_CMR14noFA/US_CMR14noFA.json index d635816f..602635c5 100644 --- a/static/mmci-cli/models/US_CMR14noFA/US_CMR14noFA.json +++ b/static/mmci-cli/models/US_CMR14noFA/US_CMR14noFA.json @@ -31,7 +31,7 @@ ] }, "msr": null, - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -306,4 +306,4 @@ "text": "zetai" } ] -} \ No newline at end of file +} From 6b38c25e224bb4f2605359d752b8fe06a87103b5 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:12:57 +0200 Subject: [PATCH 57/77] Update US_CMR14noFA.mod --- static/mmci-cli/models/US_CMR14noFA/US_CMR14noFA.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/mmci-cli/models/US_CMR14noFA/US_CMR14noFA.mod b/static/mmci-cli/models/US_CMR14noFA/US_CMR14noFA.mod index ff8efbc1..a0d0c1f1 100644 --- a/static/mmci-cli/models/US_CMR14noFA/US_CMR14noFA.mod +++ b/static/mmci-cli/models/US_CMR14noFA/US_CMR14noFA.mod @@ -148,7 +148,7 @@ zetai_p = 1; eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -std_r_ = 100; //* +std_r_ = 1; //* //* // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 1/etag_p; //* @@ -237,11 +237,11 @@ y = g + c + i / muup; //***************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* - interest = 100*( (1+Re)^4 - (1+Re_p)^4 )/((1+Re_p)^4); // 400*(Re - Re_p);//* - inflationq = 100*(pi^4-pi_p^4)/(pi_p^4); // 400*log(pi/pi_p); //* + interest = 1*( (1+Re)^4 - (1+Re_p)^4 )/((1+Re_p)^4); // 400*(Re - Re_p);//* + inflationq = 1*(pi^4-pi_p^4)/(pi_p^4); // 400*log(pi/pi_p); //* inflation = 1/4*(inflationq+inflationq(-1)+inflationq(-2)+inflationq(-3)); //* - output = (log(y)-log(steady_state(y)))*100; //* - outputgap = (log(y)-log(yf))*100; //* + output = (log(y)-log(steady_state(y)))*1; //* + outputgap = (log(y)-log(yf))*1; //* fispol = e_g; //* //************************************************************************** From 44a66316f44b2ea0cccfbc82905bac8919664fe3 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:24:09 +0200 Subject: [PATCH 58/77] Update US_FGKR15.mod --- static/mmci-cli/models/US_FGKR15/US_FGKR15.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/mmci-cli/models/US_FGKR15/US_FGKR15.mod b/static/mmci-cli/models/US_FGKR15/US_FGKR15.mod index 122b6059..b3b7c9f7 100644 --- a/static/mmci-cli/models/US_FGKR15/US_FGKR15.mod +++ b/static/mmci-cli/models/US_FGKR15/US_FGKR15.mod @@ -244,12 +244,12 @@ model ; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables -interest = 400*(Rt-log(Rs)); -inflation = ((inflt+inflt(-1)+inflt(-2)+inflt(-3))*100) - 400*log(infls); -inflationq = 400*(inflt-log(infls)); -outputgap = ((exp(yt)/exp(ytF))-1)*100; -output = 100*(yt-log(ys)); -fispol = egt*100; +interest = 4*(Rt-log(Rs)); +inflation = ((inflt+inflt(-1)+inflt(-2)+inflt(-3))*1) - 4*log(infls); +inflationq = 4*(inflt-log(infls)); +outputgap = ((exp(yt)/exp(ytF))-1)*1; +output = 1*(yt-log(ys)); +fispol = egt*1; // ************************************************************************** From 511a16f533be908276016427d50233228b628dac Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:37:13 +0200 Subject: [PATCH 59/77] Update US_FRB03.json --- static/mmci-cli/models/US_FRB03/US_FRB03.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/US_FRB03/US_FRB03.json b/static/mmci-cli/models/US_FRB03/US_FRB03.json index 962392f6..f7c3ad00 100644 --- a/static/mmci-cli/models/US_FRB03/US_FRB03.json +++ b/static/mmci-cli/models/US_FRB03/US_FRB03.json @@ -30,7 +30,7 @@ ] }, "msr": null, - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -1369,4 +1369,4 @@ "text": "zynid" } ] -} \ No newline at end of file +} From 0fe172ca0a4b94ac305eb0c8539a7f1f2144cb4e Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:38:47 +0200 Subject: [PATCH 60/77] Update US_FRB03.json --- static/mmci-cli/models/US_FRB03/US_FRB03.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/mmci-cli/models/US_FRB03/US_FRB03.json b/static/mmci-cli/models/US_FRB03/US_FRB03.json index f7c3ad00..76ee81e3 100644 --- a/static/mmci-cli/models/US_FRB03/US_FRB03.json +++ b/static/mmci-cli/models/US_FRB03/US_FRB03.json @@ -30,7 +30,7 @@ ] }, "msr": null, - "variabledim": 1, + "variabledim": 2, "al": false, "shocks": [ { From 6d0ecdf4166688c7e287416f2d2dd746dfd9b840 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:45:00 +0200 Subject: [PATCH 61/77] Update US_FRB03.json --- static/mmci-cli/models/US_FRB03/US_FRB03.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/mmci-cli/models/US_FRB03/US_FRB03.json b/static/mmci-cli/models/US_FRB03/US_FRB03.json index 76ee81e3..f7c3ad00 100644 --- a/static/mmci-cli/models/US_FRB03/US_FRB03.json +++ b/static/mmci-cli/models/US_FRB03/US_FRB03.json @@ -30,7 +30,7 @@ ] }, "msr": null, - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { From bad3ae7664bc29dcfe4e9d1de576436186746505 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:50:51 +0200 Subject: [PATCH 62/77] Update US_FRB03.mod --- static/mmci-cli/models/US_FRB03/US_FRB03.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/mmci-cli/models/US_FRB03/US_FRB03.mod b/static/mmci-cli/models/US_FRB03/US_FRB03.mod index d4cfbdb5..ab8533a3 100644 --- a/static/mmci-cli/models/US_FRB03/US_FRB03.mod +++ b/static/mmci-cli/models/US_FRB03/US_FRB03.mod @@ -580,7 +580,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); - std_r_ = 100; //* + std_r_ = 1; //* //* // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 1/xgdp9; //* @@ -595,7 +595,7 @@ interest = rffe; //* inflation = (1/4)*(picnia+ picnia(-1)+ picnia(-2)+ picnia(-3)); //* inflationq = picnia; //* outputgap = xgap2; //* -output = xgdp*100; //* +output = xgdp*1; //* fispol = egfl_; //* fispol = egfi_; //* fispol = egfos; //* @@ -674,8 +674,8 @@ dlfpxr = fpxr - fpxr(-1); xgdp = xgdp1*ecnia + xgdp2*eh + xgdp3*epd + xgdp4*eps + xgdp5*(ki1*kimt + ki2*kio) + xgdp6*(ki1*kimt(-1) + ki2*kio(-1)) + xgdp7*ex + xgdp8*(em1*emo + em2*(emp1*xg + emp2*xgpot)) + xgdp9*(egf1*egfo + egf2*egfi + egf3*egfl) + xgdp10*(egs1*egso + egs2*egsi + egs3*egsl); xp = xp1*ecnia + xp2*eh + xp3*epd + xp4*eps + xp5*ex + xp6*egfi + xp7*egfo+ xp8*egsi+ xp9*egso; xb = xb1*xgdp + xb2*(xgv1*egfl + xgv2*egsl) + xb3*xgpot; -xgap = 100*(xg - xgpot) ; -xgap2 = 100*(xgdp - xgdpt); +xgap = 1*(xg - xgpot) ; +xgap2 = 1*(xgdp - xgdpt); vpda = vpda1*vpda(-1) + vpda2*(.1*(vpd(-2)+vpdl2(-1)+vpdl2(-2)+vpdl4(-1)+vpdl4(-2)+vpdl6(-1)+vpdl6(-2)+vpdl8(-1)+vpdl8(-2)+vpdl10(-1)) ); veoa = vpda1*veoa(-1) + vpda2*(-.1*(pcengr(-2)+pcengrl2(-1)+pcengrl2(-2)+pcengrl4(-1)+pcengrl4(-2)+pcengrl6(-1)+pcengrl6(-2)+pcengrl8(-1)+pcengrl8(-2)+pcengr10(-1)) ); ltfpt = ltfpt1*ltfpt(-1); @@ -700,7 +700,7 @@ plr = plr(-1) + dlpl - dlpxp ; dlpl = 0.0298564306096*(qplr(-1)-plr(-1))+ 0.231414207389*dlpl(-1) + 0.210488499183*dlpl(-2)+ 0.2673366641778989*dlpll2(-1) + datet*zpl+ (1-datet)*lzpl(-1)- (1 + pwfix/1.41)*0.0110869464785*(datet*zlur2+ (1-datet)*lzlur2(-1))+ 0.0226916552639*(plminr - plminr(-1) + pxbr - pxbr(-1) + dlpxp - .25*(dlpl(-1)+dlpl(-2)+dlpll2(-1)+dlpll2(-2)))+ dlpl_; pmor = pmor(-1) + pxbr - pxbr(-1) + 0.122770433843*(qpmor(-1) - pmor(-1)) + 0.364224968853*(pmor(-1)-pxbr(-1)-(pmor(-2)-pxbr(-2)))+ 0.152572766338*(pmor(-2)-pxbr(-2)-(pmorl2(-1)-pxbrl2(-1))) + 0.820102224398*(dlfpc -.25*(dlfpc(-1)+dlfpc(-2)+dlfpcl2(-1)+dlfpcl2(-2)))- 0.21894291106*(dlfpx -.25*(dlfpx(-1)+dlfpx(-2)+dlfpxl2(-1)+dlfpxl2(-2)))+ pmor_; pcr = pcr(-1) - pcrec*pcr(-1)+ 0.328778501444*(pcr(-1)-pcr(-2))- 0.671221498556*(dlpcr1*(trsib-trsib(-1)))+ pcr_; -picnia = 400*(pcr - pcr(-1) + dlpxp); +picnia = 4*(pcr - pcr(-1) + dlpxp); pcengr = pcengr(-1) - 0.132995794168*(pcengr(-1)-pcengr(-2))- 0.0791398065385*pcengr(-1)+ 0.0709795052728*poilr(-1) + 0.73643556277*(poilr-poilr(-1))+ pcengr_; pgasr = pgasr(-1) - pgasrec*pgasr(-1) + 0.104506774375*(pgasr(-1)-pgasr(-2)) + 0.284297987947*(poilr-poilr(-1))+ pgasr_; pxbr = xbnr - xb; From 5d3455295485adc566c1da9aa8254ffcb495099c Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:52:08 +0200 Subject: [PATCH 63/77] Update US_FRB08.json --- static/mmci-cli/models/US_FRB08/US_FRB08.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/US_FRB08/US_FRB08.json b/static/mmci-cli/models/US_FRB08/US_FRB08.json index 9e6a2572..66d3583a 100644 --- a/static/mmci-cli/models/US_FRB08/US_FRB08.json +++ b/static/mmci-cli/models/US_FRB08/US_FRB08.json @@ -28,7 +28,7 @@ ] }, "msr": null, - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -1739,4 +1739,4 @@ "text": "zynid" } ] -} \ No newline at end of file +} From 0caf53e3638201cf7d8cd86b52473c4176a05712 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:56:40 +0200 Subject: [PATCH 64/77] Update US_FRB03.mod change back to the original one --- static/mmci-cli/models/US_FRB03/US_FRB03.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/mmci-cli/models/US_FRB03/US_FRB03.mod b/static/mmci-cli/models/US_FRB03/US_FRB03.mod index ab8533a3..d4cfbdb5 100644 --- a/static/mmci-cli/models/US_FRB03/US_FRB03.mod +++ b/static/mmci-cli/models/US_FRB03/US_FRB03.mod @@ -580,7 +580,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); - std_r_ = 1; //* + std_r_ = 100; //* //* // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 1/xgdp9; //* @@ -595,7 +595,7 @@ interest = rffe; //* inflation = (1/4)*(picnia+ picnia(-1)+ picnia(-2)+ picnia(-3)); //* inflationq = picnia; //* outputgap = xgap2; //* -output = xgdp*1; //* +output = xgdp*100; //* fispol = egfl_; //* fispol = egfi_; //* fispol = egfos; //* @@ -674,8 +674,8 @@ dlfpxr = fpxr - fpxr(-1); xgdp = xgdp1*ecnia + xgdp2*eh + xgdp3*epd + xgdp4*eps + xgdp5*(ki1*kimt + ki2*kio) + xgdp6*(ki1*kimt(-1) + ki2*kio(-1)) + xgdp7*ex + xgdp8*(em1*emo + em2*(emp1*xg + emp2*xgpot)) + xgdp9*(egf1*egfo + egf2*egfi + egf3*egfl) + xgdp10*(egs1*egso + egs2*egsi + egs3*egsl); xp = xp1*ecnia + xp2*eh + xp3*epd + xp4*eps + xp5*ex + xp6*egfi + xp7*egfo+ xp8*egsi+ xp9*egso; xb = xb1*xgdp + xb2*(xgv1*egfl + xgv2*egsl) + xb3*xgpot; -xgap = 1*(xg - xgpot) ; -xgap2 = 1*(xgdp - xgdpt); +xgap = 100*(xg - xgpot) ; +xgap2 = 100*(xgdp - xgdpt); vpda = vpda1*vpda(-1) + vpda2*(.1*(vpd(-2)+vpdl2(-1)+vpdl2(-2)+vpdl4(-1)+vpdl4(-2)+vpdl6(-1)+vpdl6(-2)+vpdl8(-1)+vpdl8(-2)+vpdl10(-1)) ); veoa = vpda1*veoa(-1) + vpda2*(-.1*(pcengr(-2)+pcengrl2(-1)+pcengrl2(-2)+pcengrl4(-1)+pcengrl4(-2)+pcengrl6(-1)+pcengrl6(-2)+pcengrl8(-1)+pcengrl8(-2)+pcengr10(-1)) ); ltfpt = ltfpt1*ltfpt(-1); @@ -700,7 +700,7 @@ plr = plr(-1) + dlpl - dlpxp ; dlpl = 0.0298564306096*(qplr(-1)-plr(-1))+ 0.231414207389*dlpl(-1) + 0.210488499183*dlpl(-2)+ 0.2673366641778989*dlpll2(-1) + datet*zpl+ (1-datet)*lzpl(-1)- (1 + pwfix/1.41)*0.0110869464785*(datet*zlur2+ (1-datet)*lzlur2(-1))+ 0.0226916552639*(plminr - plminr(-1) + pxbr - pxbr(-1) + dlpxp - .25*(dlpl(-1)+dlpl(-2)+dlpll2(-1)+dlpll2(-2)))+ dlpl_; pmor = pmor(-1) + pxbr - pxbr(-1) + 0.122770433843*(qpmor(-1) - pmor(-1)) + 0.364224968853*(pmor(-1)-pxbr(-1)-(pmor(-2)-pxbr(-2)))+ 0.152572766338*(pmor(-2)-pxbr(-2)-(pmorl2(-1)-pxbrl2(-1))) + 0.820102224398*(dlfpc -.25*(dlfpc(-1)+dlfpc(-2)+dlfpcl2(-1)+dlfpcl2(-2)))- 0.21894291106*(dlfpx -.25*(dlfpx(-1)+dlfpx(-2)+dlfpxl2(-1)+dlfpxl2(-2)))+ pmor_; pcr = pcr(-1) - pcrec*pcr(-1)+ 0.328778501444*(pcr(-1)-pcr(-2))- 0.671221498556*(dlpcr1*(trsib-trsib(-1)))+ pcr_; -picnia = 4*(pcr - pcr(-1) + dlpxp); +picnia = 400*(pcr - pcr(-1) + dlpxp); pcengr = pcengr(-1) - 0.132995794168*(pcengr(-1)-pcengr(-2))- 0.0791398065385*pcengr(-1)+ 0.0709795052728*poilr(-1) + 0.73643556277*(poilr-poilr(-1))+ pcengr_; pgasr = pgasr(-1) - pgasrec*pgasr(-1) + 0.104506774375*(pgasr(-1)-pgasr(-2)) + 0.284297987947*(poilr-poilr(-1))+ pgasr_; pxbr = xbnr - xb; From 6814d3271b470206c74ebb9e99f63387dacd7b9d Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:57:07 +0200 Subject: [PATCH 65/77] Update US_FRB03.json change back to the original version --- static/mmci-cli/models/US_FRB03/US_FRB03.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/mmci-cli/models/US_FRB03/US_FRB03.json b/static/mmci-cli/models/US_FRB03/US_FRB03.json index f7c3ad00..76ee81e3 100644 --- a/static/mmci-cli/models/US_FRB03/US_FRB03.json +++ b/static/mmci-cli/models/US_FRB03/US_FRB03.json @@ -30,7 +30,7 @@ ] }, "msr": null, - "variabledim": 1, + "variabledim": 2, "al": false, "shocks": [ { From af772a8fd5de2ed175b03d21245b4ffe25458405 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:57:18 +0200 Subject: [PATCH 66/77] Update US_FRB08.json --- static/mmci-cli/models/US_FRB08/US_FRB08.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/mmci-cli/models/US_FRB08/US_FRB08.json b/static/mmci-cli/models/US_FRB08/US_FRB08.json index 66d3583a..39610be8 100644 --- a/static/mmci-cli/models/US_FRB08/US_FRB08.json +++ b/static/mmci-cli/models/US_FRB08/US_FRB08.json @@ -28,7 +28,7 @@ ] }, "msr": null, - "variabledim": 1, + "variabledim": 2, "al": false, "shocks": [ { From eb6e7e4d1644dabb0cba641c9f47893e9cf45d39 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 18:06:57 +0200 Subject: [PATCH 67/77] Update US_FV10.mod --- static/mmci-cli/models/US_FV10/US_FV10.mod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/static/mmci-cli/models/US_FV10/US_FV10.mod b/static/mmci-cli/models/US_FV10/US_FV10.mod index 2cf8e827..e349e803 100644 --- a/static/mmci-cli/models/US_FV10/US_FV10.mod +++ b/static/mmci-cli/models/US_FV10/US_FV10.mod @@ -169,7 +169,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); - std_r_=100; + std_r_=1; // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 1; //* @@ -182,11 +182,11 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables//* //* -interest = 400*(log(R) - log(steady_state(R))); //* -inflation = 100*(log(PI) + log(PI(-1)) + log(PI(-2)) + log(PI(-3)) - 4*log(steady_state(PI))); //* -inflationq = 400*(log(PI) - log(steady_state(PI))); //* -outputgap = 100*(log(yd) - log(ydf) - (log(steady_state(yd)) - log(steady_state(ydf)))); -output = 100*(log(yd) - log(steady_state(yd))); //* +interest = 4*(log(R) - log(steady_state(R))); //* +inflation = 1*(log(PI) + log(PI(-1)) + log(PI(-2)) + log(PI(-3)) - 4*log(steady_state(PI))); //* +inflationq = 4*(log(PI) - log(steady_state(PI))); //* +outputgap = 1*(log(yd) - log(ydf) - (log(steady_state(yd)) - log(steady_state(ydf)))); +output = 1*(log(yd) - log(steady_state(yd))); //* //fispol = epsG; //* //************************************************************************** @@ -226,7 +226,7 @@ interest = cofintintb1*interest(-1) //* + cofintoutpf2*output(+2) //* + cofintoutpf3*output(+3) //* + cofintoutpf4*output(+4) //* - + std_r_/100 *interest_; //* + + std_r_/1 *interest_; //* //* // Discretionary Government Spending //* //* From 0fb1ab07e70ac0f9f26dc62d5839c2c306ab847a Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 10 Jul 2023 18:07:33 +0200 Subject: [PATCH 68/77] Update US_FV15.mod --- static/mmci-cli/models/US_FV15/US_FV15.mod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/static/mmci-cli/models/US_FV15/US_FV15.mod b/static/mmci-cli/models/US_FV15/US_FV15.mod index 68980cdb..12932816 100644 --- a/static/mmci-cli/models/US_FV15/US_FV15.mod +++ b/static/mmci-cli/models/US_FV15/US_FV15.mod @@ -215,7 +215,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); - std_r_=100; + std_r_=1; // Definition of Discretionary Fiscal Policy Parameter //* coffispol = 1; //* @@ -227,11 +227,11 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables//* //* -interest = 400*(log(R) - log(steady_state(R))); //* -inflation = 100*(log(PI) + log(PI(-1)) + log(PI(-2)) + log(PI(-3)) - 4*log(steady_state(PI))); //* -inflationq = 400*(log(PI) - log(steady_state(PI))); //* -outputgap = 100*(log(yd) - log(ydf) - (log(steady_state(yd)) - log(steady_state(ydf)))); -output = 100*(log(yd) - log(steady_state(yd))); //* +interest = 4*(log(R) - log(steady_state(R))); //* +inflation = 1*(log(PI) + log(PI(-1)) + log(PI(-2)) + log(PI(-3)) - 4*log(steady_state(PI))); //* +inflationq = 4*(log(PI) - log(steady_state(PI))); //* +outputgap = 1*(log(yd) - log(ydf) - (log(steady_state(yd)) - log(steady_state(ydf)))); +output = 1*(log(yd) - log(steady_state(yd))); //* //fispol = epsG; //* //************************************************************************** @@ -272,7 +272,7 @@ interest = cofintintb1*interest(-1) //* + cofintoutpf2*output(+2) //* + cofintoutpf3*output(+3) //* + cofintoutpf4*output(+4) //* - + std_r_/100 *interest_; //* + + std_r_/1 *interest_; //* //* // Discretionary Government Spending //* //* From bd88c51ddf246804c2923d468e1e7f3af95497f5 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:08:40 +0200 Subject: [PATCH 69/77] Update US_IN10.json --- static/mmci-cli/models/US_IN10/US_IN10.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/US_IN10/US_IN10.json b/static/mmci-cli/models/US_IN10/US_IN10.json index 6d9e706c..7c72a2bd 100644 --- a/static/mmci-cli/models/US_IN10/US_IN10.json +++ b/static/mmci-cli/models/US_IN10/US_IN10.json @@ -64,7 +64,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -447,4 +447,4 @@ "text": "zkhf" } ] -} \ No newline at end of file +} From d9bd01e875a8e94ad2d970641e838fe535a64992 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:09:10 +0200 Subject: [PATCH 70/77] Update US_IN10.mod --- static/mmci-cli/models/US_IN10/US_IN10.mod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/static/mmci-cli/models/US_IN10/US_IN10.mod b/static/mmci-cli/models/US_IN10/US_IN10.mod index 40b69270..5f83b288 100644 --- a/static/mmci-cli/models/US_IN10/US_IN10.mod +++ b/static/mmci-cli/models/US_IN10/US_IN10.mod @@ -88,7 +88,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); - std_r_ = 100; //* + std_r_ = 1; //* //* // Definition of Discretionary Fiscal Policy Parameter //* //coffispol = ; //* @@ -166,13 +166,13 @@ model ; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables //* -interest = 400*(r-log(1/BETA)); -inflation = (dp+dp(-1)+dp(-2)+dp(-3))*100; -inflationq = dp*400; -%outputgap = (Y -Yf)*100; -%output = (Y-0.9308)*100; -outputgap = (zata_GDP-zata_GDPf)*100; -output = (zata_GDP-0.9308)*100; +interest = 4*(r-log(1/BETA)); +inflation = (dp+dp(-1)+dp(-2)+dp(-3))*1; +inflationq = dp*4; +%outputgap = (Y -Yf)*1; +%output = (Y-0.9308)*1; +outputgap = (zata_GDP-zata_GDPf)*1; +output = (zata_GDP-0.9308)*1; //************************************************************************** //************************************************************************** // Policy Rule //* From b4e74de4ed5b78024c64956ae66e2bc9f110da87 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:22:30 +0200 Subject: [PATCH 71/77] Update US_VMDno.json --- static/mmci-cli/models/US_VMDno/US_VMDno.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/US_VMDno/US_VMDno.json b/static/mmci-cli/models/US_VMDno/US_VMDno.json index b541e892..e6e97fc6 100644 --- a/static/mmci-cli/models/US_VMDno/US_VMDno.json +++ b/static/mmci-cli/models/US_VMDno/US_VMDno.json @@ -65,7 +65,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -416,4 +416,4 @@ "text": "YU" } ] -} \ No newline at end of file +} From 77b5cde9760483ca113608a4ab68889037343e3d Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:23:16 +0200 Subject: [PATCH 72/77] Update US_VMDno.mod --- static/mmci-cli/models/US_VMDno/US_VMDno.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/mmci-cli/models/US_VMDno/US_VMDno.mod b/static/mmci-cli/models/US_VMDno/US_VMDno.mod index 821d08e3..95510f89 100644 --- a/static/mmci-cli/models/US_VMDno/US_VMDno.mod +++ b/static/mmci-cli/models/US_VMDno/US_VMDno.mod @@ -92,7 +92,7 @@ alpha4=30000; end; end; //* cd(thispath); -std_r_=100; //* +std_r_=1; //* //************************************************************************** @@ -112,11 +112,11 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables//* -interest = 100*( (1+ReXU)^4 - (1+ReXUU)^4 )/((1+ReXUU)^4); //* +interest = 1*( (1+ReXU)^4 - (1+ReXUU)^4 )/((1+ReXUU)^4); //* inflation = 1/4*(inflationq+inflationq(-1)+inflationq(-2)+inflationq(-3));//* -inflationq = 100*(piU^4-piUU^4)/(piUU^4); //* -outputgap = 100*(YU-YflexU)/YUU; //* -output = 100*(YU-YUU)/YUU; //* +inflationq = 1*(piU^4-piUU^4)/(piUU^4); //* +outputgap = 1*(YU-YflexU)/YUU; //* +output = 1*(YU-YUU)/YUU; //* //************************************************************************** //************************************************************************** From 11ed60ef885c30bfdf488be672cc994f9716f7d5 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:23:32 +0200 Subject: [PATCH 73/77] Update US_VMDop.json --- static/mmci-cli/models/US_VMDop/US_VMDop.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/mmci-cli/models/US_VMDop/US_VMDop.json b/static/mmci-cli/models/US_VMDop/US_VMDop.json index 940a9a7a..d7cea5a1 100644 --- a/static/mmci-cli/models/US_VMDop/US_VMDop.json +++ b/static/mmci-cli/models/US_VMDop/US_VMDop.json @@ -65,7 +65,7 @@ "1", "0.25" ], - "variabledim": 2, + "variabledim": 1, "al": false, "shocks": [ { @@ -416,4 +416,4 @@ "text": "YU" } ] -} \ No newline at end of file +} From 7f980ec3ee6f204e446b20549242d1c14c630b34 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:25:59 +0200 Subject: [PATCH 74/77] Update US_VMDop.mod --- static/mmci-cli/models/US_VMDop/US_VMDop.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/mmci-cli/models/US_VMDop/US_VMDop.mod b/static/mmci-cli/models/US_VMDop/US_VMDop.mod index c6463b7e..fc6b4447 100644 --- a/static/mmci-cli/models/US_VMDop/US_VMDop.mod +++ b/static/mmci-cli/models/US_VMDop/US_VMDop.mod @@ -92,7 +92,7 @@ alpha4=30000; end; end; //* cd(thispath); -std_r_=100; //* +std_r_=1; //* //************************************************************************** @@ -112,11 +112,11 @@ model; //************************************************************************** // Definition of Modelbase Variables in Terms of Original Model Variables//* -interest = 100*( (1+ReXU)^4 - (1+ReXUU)^4 )/((1+ReXUU)^4); //* +interest = 1*( (1+ReXU)^4 - (1+ReXUU)^4 )/((1+ReXUU)^4); //* inflation = 1/4*(inflationq+inflationq(-1)+inflationq(-2)+inflationq(-3));//* -inflationq = 100*(piU^4-piUU^4)/(piUU^4); //* -outputgap = 100*(YU-YflexU)/YUU; //* -output = 100*(YU-YUU)/YUU; //* +inflationq = 1*(piU^4-piUU^4)/(piUU^4); //* +outputgap = 1*(YU-YflexU)/YUU; //* +output = 1*(YU-YUU)/YUU; //* //************************************************************************** //************************************************************************** From cd58d29a9ce91db5d68ed66a839d211d0c816373 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Mon, 17 Jul 2023 22:33:15 +0200 Subject: [PATCH 75/77] Update EA_DKR11.mod Shock processes (1/100) --- static/mmci-cli/models/EA_DKR11/EA_DKR11.mod | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/static/mmci-cli/models/EA_DKR11/EA_DKR11.mod b/static/mmci-cli/models/EA_DKR11/EA_DKR11.mod index 45d56b6b..7b73c82e 100644 --- a/static/mmci-cli/models/EA_DKR11/EA_DKR11.mod +++ b/static/mmci-cli/models/EA_DKR11/EA_DKR11.mod @@ -874,21 +874,21 @@ interest = cofintintb1*interest(-1) //* PD_HHobs = 100*( normcdf((log(OMEG_HH)+0.5*sigma_HH^2*(exp(EE_SIG_HH(-1)*2)))/(sigma_HH*exp(EE_SIG_HH(-1)))) - normcdf((log(OMEGHHSS)+0.5*sigma_HH^2)/(sigma_HH))); PD_Eobs = 100*( normcdf((log(OMEG)+0.5*sigma^2*(exp(EE_SIG(-1)*2)))/(sigma*exp(EE_SIG(-1)))) - normcdf((log(OMEGSS)+0.5*sigma^2)/(sigma))); - EE_A = rho_a*EE_A(-1) + E_A/100 ; - EE_A_D = rho_a_D*EE_A_D(-1) + E_A/100 + E_A_D/100 ; - EE_B = rho_b*EE_B(-1) + E_B/100;// + corHC*E_H/100 ; - EE_G = rho_g*EE_G(-1) + E_G/100 ; + EE_A = rho_a*EE_A(-1) + E_A/1 ; + EE_A_D = rho_a_D*EE_A_D(-1) + E_A/100 + E_A_D/1; + EE_B = rho_b*EE_B(-1) + E_B/1;// + corHC*E_H/100 ; + EE_G = rho_g*EE_G(-1) + E_G/1 ; EE_L = 0; EE_I = rho_i*EE_I(-1);// + E_I/10 ; - EE_P = 0*EE_P(-1) - E_P/100/(((1-xi_p)*(1-betta*xi_p)/(xi_p))) ; - EE_P_D =0*EE_P_D(-1)- 0*E_P/100/(((1-xi_p_D)*(1-betta*xi_p_D)/(xi_p_D))) ;// + E_P_D/100; + EE_P = 0*EE_P(-1) - E_P/1/(((1-xi_p)*(1-betta*xi_p)/(xi_p))) ; + EE_P_D =0*EE_P_D(-1)- 0*E_P/1/(((1-xi_p_D)*(1-betta*xi_p_D)/(xi_p_D))) ;// + E_P_D/100; EE_Q = rho_i*EE_Q(-1) + E_I/10 + corIC*EE_B ;//+ E_Q/100 - EE_W = rho_l*EE_W(-1) + E_W/100/((1/(1+betta))*(1-betta*xi_w_C)*(1-xi_w_C)/xi_w_C); + EE_W = rho_l*EE_W(-1) + E_W/1/((1/(1+betta))*(1-betta*xi_w_C)*(1-xi_w_C)/xi_w_C); EE_LTV = rho_LTV*EE_LTV(-1);// + E_LTV/100 - 0*corBCLTV*EE_Bankcap/10;// + F_LTV/100/(1-chi_NR); - EE_H = rho_H*EE_H(-1) + E_H/100 + corHC*E_B/100 ; + EE_H = rho_H*EE_H(-1) + E_H/1 + corHC*E_B/100 ; EE_R = 0*EE_R(-1) + E_R ; - EE_R_D = rho_R_D*EE_R_D(-1) + E_R_D/RDSS/100/(((1-xi_R_D)*(1-betta*xi_R_D)/(xi_R_D))); - EE_R_L = rho_R_L*EE_R_L(-1) + E_R_L/RLSS/100/(((1-xi_R_L)*(1-betta*xi_R_L)/(xi_R_L))); + EE_R_D = rho_R_D*EE_R_D(-1) + E_R_D/RDSS/1/(((1-xi_R_D)*(1-betta*xi_R_D)/(xi_R_D))); + EE_R_L = rho_R_L*EE_R_L(-1) + E_R_L/RLSS/1/(((1-xi_R_L)*(1-betta*xi_R_L)/(xi_R_L))); EE_R_L_E = rho_R_L_E*EE_R_L_E(-1) + E_R_L_E/RLESS/100/(((1-xi_R_L_E)*(1-betta*xi_R_L_E)/(xi_R_L_E))) ; EE_LTV_E = rho_LTV_E*EE_LTV_E(-1);// + E_LTV_E/10 - 0*corBVLTVE*EE_Bankcap/10;// + F_LTV/100/(1-chi_NR_E); EE_IH = rho_i_H*EE_IH(-1);// + E_IH; From 7d06a7d9b3ac0257165eef3f2585d8ff219338f8 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Tue, 18 Jul 2023 12:28:15 +0200 Subject: [PATCH 76/77] Update EA_QR14.mod --- static/mmci-cli/models/EA_QR14/EA_QR14.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/mmci-cli/models/EA_QR14/EA_QR14.mod b/static/mmci-cli/models/EA_QR14/EA_QR14.mod index 15db0b2f..af60500a 100644 --- a/static/mmci-cli/models/EA_QR14/EA_QR14.mod +++ b/static/mmci-cli/models/EA_QR14/EA_QR14.mod @@ -92,7 +92,7 @@ for i=1:33 eval(['M_.params(i) = ' deep_parameter_name ' ;']) end cd(thispath); -// std_r_ = 100; //* + std_r_ = 1; //* //* // Definition of Discretionary Fiscal Policy Parameter //* //coffispol = ; //* From 76fc2aa431a631d66fa88fb6d883f9103ecd38e9 Mon Sep 17 00:00:00 2001 From: Sirikornyim <59978420+Sirikornyim@users.noreply.github.com> Date: Sun, 23 Jul 2023 20:59:01 +0200 Subject: [PATCH 77/77] Update US_FGKR15.mod --- static/mmci-cli/models/US_FGKR15/US_FGKR15.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/mmci-cli/models/US_FGKR15/US_FGKR15.mod b/static/mmci-cli/models/US_FGKR15/US_FGKR15.mod index b3b7c9f7..fadfe535 100644 --- a/static/mmci-cli/models/US_FGKR15/US_FGKR15.mod +++ b/static/mmci-cli/models/US_FGKR15/US_FGKR15.mod @@ -249,7 +249,7 @@ inflation = ((inflt+inflt(-1)+inflt(-2)+inflt(-3))*1) - 4*log(infls); inflationq = 4*(inflt-log(infls)); outputgap = ((exp(yt)/exp(ytF))-1)*1; output = 1*(yt-log(ys)); -fispol = egt*1; +fispol = egt/100; // **************************************************************************