File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,10 @@ steady_state:
131131 B : 5.6 # bond supply
132132 # definitions can be recursive: theta is defined above
133133 mc : (theta-1)/theta # marginal costs
134- # w: mc*z # wages
135- # n: w**(1/sigma_l) # labor supply
136- # div: 1 - w* n # dividends
137- # z: y/ n # technology
134+ w : ( mc*y)**(sigma_l/(1+sigma_l)) # wages
135+ n : w**(1/sigma_l) # labor supply
136+ z : y/ n # technology
137+ div : 1 - w* n # dividends
138138
139139 init_guesses :
140140 Rstar : 1.002 # steady state target rage
Original file line number Diff line number Diff line change 11# ubuntu seems to have issues with jax v0.4.6. Recheck when v0.4.7 is out
22jax >= 0.4.13
33jaxlib >= 0.4.13
4- grgrjax >= 0.4.3
4+ grgrjax >= 0.4.4
55scipy
66pyyaml
77pytest
Original file line number Diff line number Diff line change 3636 install_requires = [
3737 "jax>=0.4.13" ,
3838 "jaxlib>=0.4.13" ,
39- "grgrjax>=0.4.3 " ,
39+ "grgrjax>=0.4.4 " ,
4040 "pyyaml" ,
4141 "scipy" ,
4242 ],
You can’t perform that action at this time.
0 commit comments