Skip to content

Commit d7d8f3a

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

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
@@ -265,7 +265,7 @@ class LakeModel:
265265
--------
266266
xbar : steady state vector of employment and unemployment rates
267267
"""
268-
x = np.array([self.A_hat[0, 1], self.A_hat[1, 0]])
268+
x = np.array([self.A_hat[1, 0], self.A_hat[0, 1]])
269269
x /= x.sum()
270270
return x
271271

0 commit comments

Comments
 (0)