escheffel / pymaclab

Dynamic Stochastic Equilibrium Models (DSGE) in Python
www.pymaclab.com
Other
137 stars 47 forks source link

Allow some @ALL option in Variable Substitution section #13

Closed escheffel closed 12 years ago

escheffel commented 12 years ago

For each functional from the user supplies in the Substitution section, it would be nice to have one single command which generates generic derivatives w.r.t to all parameters in the function as well as their steady states. This would be a nice shortcut in stead of having to define them all manually.

escheffel commented 12 years ago

This is now implemented as of commit 8c9a85548933bfd89fe5c8d9972f8fe62a1e3921. But may still need some further testing in order to ensure absence of any subtle bugs.