Skip to content

Commit 0ec33b7

Browse files
committed
Update cons_smooth.md
Change the function name at the calling location
1 parent 027d8ee commit 0ec33b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/cons_smooth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ a0 = -2 # such as "student debt"
305305
# non-financial Income process
306306
y_seq = np.concatenate([np.ones(46), np.zeros(20)])
307307
308-
cs_model = creat_cs_model()
308+
cs_model = create_consumption_smoothing_model()
309309
c_seq, a_seq, h0 = compute_optimal(cs_model, a0, y_seq)
310310
311311
print('check a_T+1=0:',

0 commit comments

Comments
 (0)