Skip to content

Commit c2937f8

Browse files
Gali_2015/Gali_2015_chapter_5_discretion.mod: correct natural output
1 parent ed41226 commit c2937f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gali_2015/Gali_2015_chapter_5_commitment.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ model(linear);
105105
#psi_n_ya=(1+varphi)/(siggma*(1-alppha)+varphi+alppha); %defined on page 62
106106
[name='Definition efficient interest rate, below equation (7)']
107107
r_e=siggma*(y_e(+1)-y_e)+(1-rho_z)*z;
108-
[name='Definition efficient output']
108+
[name='Definition efficient output, e.g. page 155']
109109
y_e=psi_n_ya*a;
110110
[name='Definition linking various output gaps, middle page 128']
111111
y_gap=x+(y_e-y_nat);

Gali_2015/Gali_2015_chapter_5_discretion.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ model(linear);
115115
#psi_n_ya=(1+varphi)/(siggma*(1-alppha)+varphi+alppha); %defined on page 62
116116
[name='Definition efficient interest rate, below equation (7)']
117117
r_e=siggma*(y_e(+1)-y_e)+(1-rho_z)*z;
118-
[name='Definition efficient output']
118+
[name='Definition efficient output, e.g. page 155']
119119
y_e=psi_n_ya*a;
120120
[name='Definition linking various output gaps, middle page 128']
121121
y_gap=x+(y_e-y_nat);
@@ -125,8 +125,8 @@ pi=betta*pi(+1)+kappa*x + u;
125125
x=x(+1)-1/siggma*(i-pi(+1)-r_e);
126126
[name='Definition real interest rate']
127127
r_real=i-pi(+1);
128-
[name='Definition natural output, eq. (20)']
129-
y_nat=psi_n_ya*a;
128+
[name='Implicit definition of natural output, following from definition of u']
129+
u=kappa*(y_e-y_nat);
130130
[name='Definition output gap']
131131
y_gap=y-y_nat;
132132
[name='cost push shock, equation (3)']

0 commit comments

Comments
 (0)