forked from fstrobel/mmci-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRun_CMD.m
More file actions
42 lines (29 loc) · 855 Bytes
/
Run_CMD.m
File metadata and controls
42 lines (29 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
%% Simple exercsie:
% NK_RW97 with Taylor rule, printing variances, IRFs and ACFs for both
% monetary and fiscal policy.
cd MMB_OPTIONS
CMD_MMB(1,4,7,1);
%% Comprehensive exercise:
% RW97 and NK_IR04 with Tayor rule print varainces ,IRFs and
% ACF for both monetary and fiscal policy.
cd MMB_OPTIONS
CMD_MMB(33,4,7,3);
% Exercise 1- RW97 with Tayor rule
%
cd MMB_OPTIONS
CMD_MMB(1,4,2,1);
% Exercise 2- RW97 and NK_CGG02 with Tayor rule
%
cd MMB_OPTIONS
CMD_MMB(9,4,2,1);
%Exercise 2a- RW97 and NK_CGG02 with Tayor rule print varainces
cd MMB_OPTIONS
CMD_MMB(9,4,4,1);
%Exercise 2b- RW97 and NK_CGG02 with Tayor rule print varainces ,IRFs and
%ACF for fiscal policy -note NK_CGG02 does not have a fiscal shock!
%
cd MMB_OPTIONS
CMD_MMB(9,4,7,2);
% Exercise 3- NK_CGG02 with Tayor rule and GR Rules
cd MMB_OPTIONS
CMD_MMB(8,12,2,1);