Language

The models in gEcon are written using a language suited for writing economic dynamic optimisation problems. gEcon model file consists of blocks describing agents optimization problems, exogenous shocks and market clearing conditions. Within each optimisation block, the user specifies objective, control variables and constraints of a particular agent. Blocks can be also created for declaring market clearing conditions and behaviour of exogenous variables. Blocks can be “templated”, which means that problems of similar agents can be written and solved only once.

The parameters of models can be set either in a .gcn file or by using R interface later on. Parameters can be also calibrated based on the user-supplied steady-state relationships between variables.

Deriving model equations

gEcon reduces pen & paper derivations of model equations thanks to the following functionality:

R class gecon_model

gEcon has a user-friendly interface written in R. A model file written by the shared library is read from R environment and an object of gecon_model class is created. The user can solve and analyze models by using facilities implemented in gEcon:

gEcon interface is interactive. It allows users to change settings and parameters “on the fly” without the need to recompute the whole model. Moreover, gEcon is equipped with a set of tools for analysing model specification, which can be useful in debugging the model.

Model documentation and diagnostics

gEcon reduces time required for documenting the model and time spent on debugging it through the following features:

Numerical solvers employed

Extensions — model calibration and estimation