Replies: 2 comments
-
|
We now are using SymPy to parse strings for model equations into symbolic expressions. I know @alanlujan91 has made progress on composing these symbolic expressions to build new expressions relevant to e.g. EGM equations. It's possible that SymPy has some functionality in it that could find simplifications or reductions of a model auto-algebraically. |
Beta Was this translation helpful? Give feedback.
-
|
In practice I use a lot of https://docs.sympy.org/latest/tutorials/intro-tutorial/simplification.html What also helps with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Building on #491 ...
A key part of the economics research method used by HARK researchers is normalization.
http://www.econ2.jhu.edu/people/ccarroll/SolvingMicroDSOPs/
A model defined with a configuration dictionary might be amenable to normalization, simplifying the state space and control function.
This issue is for:
Beta Was this translation helpful? Give feedback.
All reactions