Economic Modeling #1061
Unanswered
ManuelLopezMe
asked this question in
Q&A
Replies: 1 comment
-
There is a library called abcEconomics (https://github.com/ab-ce/abce), with an example for a two-sector economy: https://github.com/AB-CE/examples/tree/master/examples/2sectors. This is how the production function is generated: https://github.com/AB-CE/examples/blob/master/examples/2sectors/firm.py#L28 (you can check the function definition of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm interested in modeling a two-sector economy with a single good. For I'm very new to ABM modeling (but not python) so I was wondering how can I script two things: a trade function between different classes of agents (in this case firms and households) and secondly, a production function that takes in inputs to generate an output (in this case household's labor + resources/capital/etc => good). Something that could help point me in the right direction would be most helpful, thanks!
Beta Was this translation helpful? Give feedback.
All reactions