@just_cameron Check out MacroModelling.jl (disclaimer: I am the author). There are functions to translate dynare files and it provides functionality currently not in dynare.jl: autodeclaration of vars and params, autodiff of model solution -> derivatives based samplers https://t.co/EhGP4Rqr5O
Use MacroModelling.jl (https://t.co/1TbdAswfnS) to do nonlinear estimation with pruned 2nd order, or find the optimal simple rule of the Smets and Wouters (2007) #dsge mode
How to adjust monetary policy to an increasingly uncertain world?
See Section 4.4 of the #ecb strategy review (https://t.co/q5f6gXufx2).
Want to replicate some of the analysis?
1/4 New paper: in “Green and brown returns in a production economy” we propose a novel mechanism linking optimal carbon pricing (e.g. the EU ETS) to a green equity premium.
#IvanJaccard#YvesSchueler https://t.co/mNhOqUGVFc
4/4 This work advances the literature by integrating asset pricing with environmental policy via the carbon pricing channel, offering a fresh perspective on how environmental regulation shapes financial returns.
@korenmiklos Following up on my earlier mention: my presentation of MacroModelling.jl at JuliaCon2024 is now available on YouTube. In it, I explain the package for non-economists—detailing features, potential uses, and benefits. Watch here: https://t.co/iPCvQUON71
@korenmiklos To set expectations right: MacroModelling.jl does not include dynare.
You can use import_model() to help translating mod files and write_mod_file() for the other direction. Also there is substantial feature overlap. See comparison table at the bottom of: https://t.co/9X8j2DQnZQ
@gp_mihalache@korenmiklos@tomasmartinezzz Agreed. The point of MacroModelling.jl for me initially was to do away with annoyances (e.g. steady state by hand, variable declarations) in order to focus on the economics. Julia just happened to have convenient tooling to do that.
@carlos_ed_sg@korenmiklos Yes via @TuringLang + you can use gradient based samplers such as NUTS (more robust and efficient). see here for a tutorial: https://t.co/0N2gxDQZ3I
@just_cameron Check out MacroModelling.jl (disclaimer: I am the author). There are functions to translate dynare files and it provides functionality currently not in dynare.jl: autodeclaration of vars and params, autodiff of model solution -> derivatives based samplers https://t.co/EhGP4Rqr5O