Skip to content

Commit 194aef5

Browse files
Tom's small edit of consn smoothing, Feb 5
1 parent 43fd5a3 commit 194aef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/cons_smooth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def compute_optimal(model, a0, y_seq):
292292
a_seq = np.linalg.inv(A) @ b
293293
a_seq = np.concatenate([[a0], a_seq])
294294
295-
return c_seq, a_seq
295+
return c_seq, a_seq, h0
296296
```
297297
298298
We use an example where the consumer inherits $a_0<0$.

0 commit comments

Comments
 (0)