Open finmod opened 1 year ago
componentization.pdf In this document I put forward two methods of componentization, next step is to translate to programming. In fact I don't really understand economics and may have some misunderstanding about the model. If you find something incorrect or just strange, tell me and I will find a way to improve it.
Please find my reply to your suggestions.
From: Daiyunxi @.> Sent: Thursday, March 30, 2023 4:10 AM To: ai4energy/Ai4EComponentLib.jl @.> Cc: finmod @.>; Author @.> Subject: Re: [ai4energy/Ai4EComponentLib.jl] Extending the Ai4Energy ecosystem to Economics (Issue #55)
componentization.pdf https://github.com/ai4energy/Ai4EComponentLib.jl/files/11106994/componentization.pdf In this document I put forward two methods of componentization, next step is to translate to programming. In fact I don't really understand economics and may have some misunderstanding about the model. If you find something incorrect or just strange, tell me and I will find a way to improve it.
— Reply to this email directly, view it on GitHub https://github.com/ai4energy/Ai4EComponentLib.jl/issues/55#issuecomment-1489582776 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ADA7EIV5AB2RR2IM267DAQTW6TTPBANCNFSM6AAAAAAV2O75P4 . You are receiving this because you authored the thread. https://github.com/notifications/beacon/ADA7EIVKUXLXYIS6DYI23R3W6TTPBA5CNFSM6AAAAAAV2O75P6WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSYZE5LQ.gif Message ID: @. @.> >
New version released, hope it's helpful.
Fantastic. Let me play with this with a view to provide better docs for building the function of an agent.
Yes, it is the right approach to define a function for firms, for household and later for banks, gouvernment, central bank and rest of the world.
Within a function, one has to make a distinction between stocks (balance sheet account), flows (transactions account) and the accounting constraints that apply to each: assets = liabilities and supply = demand.
@ChrisRackauckas can we get some guidance on this appplication of Acausal modeling to General Constrained Dynamic models in economics?
DSGEs are generally causal IIRC? So you'd just make it a component.
@jake484 As suggested, here is the MTK code of ModelA1 crresponding to the diagram in the text I sent you.