16. Introduction to Structural Estimation#

``You keep using that word. I do not think it means what you think it means.” Inigo Montoya, The Princess Bride

The term ``structural estimation” has been the source of debate in the economics profession. [TODO: Insert some of the debate here.]

The material for the chapters in this Structural Estimation section was initially developed in the Structural Estimation course I taught in the Masters in Computational Social Science program at the University of Chicago from 2017 to 2020.[1]

A good place to start in describing structural estimation is the definition of a model.

Definition 16.1 (Model)

A model is a set of cause and effect mathematical relationships, often specified with parameters \(\theta\), among data \(x\) or \((x,y)\) used to understand, explain, and predict phenomena. A model might be specified as,

\[\begin{equation*} g(x,\theta) = 0 \quad\text{or}\quad y = g(x,\theta) \end{equation*}\]

where \(g\) is a function or vector of functions that represents the mathematical relationships between variables and parameters.

Definition 16.2 (Exogenous variables)

Exogenous variables are inputs to the model, taken as given, or from outside the model. These can include both data \(x\) and parameters \(\theta\).

Definition 16.3 (Endogenous variables)

  • Endogenous variables are outputs of the model or dependent on exogenous variables. These can include portions of the data \(x\), sometimes designated as \(y\) as in \(y = g(x,\theta)\).

Definition 16.4 (Data generating process (DGP))

The broadest definition of a data generating process (DGP) is a complete description of the mechanism that causes some observed phenomenon with all its dependencies. Unfortunately, in most realistic systems, this definition is too complex. A more practical definition of a data generating process is a simplified version of the process that causes some observed phenomenon with its key dependencies. The concept of a DGP is very similar to the concept of a model from Definition 16.1. A key characteristic of a DGP is that it must be specified in such as way that it could be used to simulate data.

Definition 16.5 (Structural model)

A structural model in economics is a model in which the mathematical relationships among variables and parameters are derived from individuals’, firms’, or other organizations’ optimization. These are often referred to as behavioral equations. Structural models can include linear models and linear approximations. But most often, structural models are nonlinear and dynamic.

Definition 16.6 (Reduced form model)

A reduced form model in economics is a model in which the equations are either not derived from behavioral equations or are only implicitly a linear approximation of some more complicated model. However, because they are atheoretical and often nonparametric, machine learning models can be categorized as reduced form. Reduced form models are most often static, although time series econometric models are categorized as reduced form.

Definition 16.7 (Structural estimation)

Put definition of structural estimation here.

Definition 16.8 (Calibration)

Put definition of calibration here.

Definition 16.9 (Reduced form estimation)

Put definition of reduced form estimation here.

16.1. Different types of models#

A good introduction to structural estimation is to compare it to other types of research designs. Exercise 16.1 asks you to compare the structural approach to the reduced form approach. The following are some prominent research designs in economics, only some of which are structural estimations.

Structural estimation papers

Reduced form estimation papers

Theory

16.2. Exercises#

Exercise 16.1 (Persuasive short paper on structural estimation)

Persuasive short paper supporting either structural estimation or reduced form estimation or both.

  • Read [Keane, 2010] and [Rust, 2010].

  • Write a short persuasive paper of about one page (maximum of 1.5 pages) in which you make your case for either structural estimation or reduced form estimation or both. Note that both Keane and Rust are biased toward structural estimation.

  • Make sure that you cite arguments that they use as evidence for or against your thesis.

  • Refute (or temper) at least one of their arguments.

16.3. Footnotes#

The footnotes from this chapter.