Skip to content

Commit

Permalink
add document
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhqtran committed Mar 6, 2024
1 parent 0a18d11 commit 20e29c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spring2024/math/codes/poverty_trap.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

# solve for h
v = 1.2
gamma1 = 8
gamma2 = 8*2
gamma3 = 6
gamma1 = 8 # 3 eqms
gamma2 = 8*2 # 1 high eqm
gamma3 = 6 # 1 low eqm
mu = np.log(v)
phi = 0.3
delta = 0.5
Expand Down

0 comments on commit 20e29c0

Please sign in to comment.