Skip to content

Commit 2473f00

Browse files
mmckyoyamad
andauthored
Update lectures/lake_model.md
Co-authored-by: Daisuke Oyama <[email protected]>
1 parent 4de55c7 commit 2473f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/lake_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ class LakeModelModified:
10131013
--------
10141014
xbar : steady state vector of employment and unemployment rates
10151015
"""
1016-
x = np.array([self.A_hat[0, 1], self.A_hat[1, 0]])
1016+
x = np.array([self.A_hat[1, 0], self.A_hat[0, 1]])
10171017
x /= x.sum()
10181018
return x
10191019

0 commit comments

Comments
 (0)