jessegrabowski / gEconpy

A collection of tools for working with DSGE models in python, inspired by the R package gEcon
https://geconpy.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
23 stars 3 forks source link

All simulations should return data in `xarrays` #18

Open jessegrabowski opened 1 year ago

jessegrabowski commented 1 year ago

Model simulations, for example the .simulate and .impulse_response_function methods, currently return pandas dataframes with awkward multi-indexes. These functions should be refactored to use xarrays instead.