Skip to content

What Is Econometrics?

Econometrics is the use of data and statistical methods to estimate and test economic relationships. Economic theory says wages should rise with education, but only data can tell us by how much and with what precision. The field marries an economic model with a stochastic, or random, framework, because real outcomes never lie exactly on a line. The standard tool for this course is multiple regression estimated by ordinary least squares (OLS).

Why it matters

Theory gives you the question and the sign you expect. Econometrics gives you the number. Two people with the same schooling earn different wages, so every relationship comes wrapped in randomness that we have to model rather than ignore. The whole game is pulling a stable signal out of noisy data and saying honestly how sure we are.

Formulas

Econometric model (one regressor)
y=β0+β1x+uy = \beta_0 + \beta_1 x + u
The systematic part β0+β1x\beta_0 + \beta_1 x comes from economics; the error uu carries everything else. Estimation recovers β^0\hat\beta_0 and β^1\hat\beta_1 from a sample.

Worked examples

Scenario

Does an extra year of schooling raise wages, and by how much? Theory predicts a positive return but is silent on the magnitude.

Solution

Collect data on wages and education, then estimate wage=β0+β1educ+u\mathrm{wage} = \beta_0 + \beta_1\, \mathrm{educ} + u in Stata with `regress wage educ`. The slope β^1\hat\beta_1 is the estimated dollar (or percent, in logs) change in wage per added year. Econometrics supplies the number and a standard error theory cannot.

Common mistakes

  • Econometrics is just statistics applied to economics. The economic model and the question of causality come first, and they shape which method is valid; the statistics serve that question.
  • A good econometric model fits the data almost perfectly. Economic data are noisy, so a modest R2R^2 is normal and a near-perfect fit often signals a mistake, not success.
  • Finding a relationship in data proves the theory is true. Estimation can be consistent with a theory, but it does not prove causation by itself; identification has to be argued.

Revision bullets

  • Econometrics estimates and tests economic relationships with data
  • Combines an economic model with a random error term
  • Multiple regression by OLS is the workhorse method
  • Theory gives the sign, data give the magnitude and precision

Quick check

What does econometrics add that pure economic theory cannot?

Why does an econometric model include an error term uu?

Connected topics

Sources

  1. Wooldridge (2019), Ch. 1
    Wooldridge, J. M. Introductory Econometrics: A Modern Approach. 7th ed. Cengage, 2019. ISBN 978-1-337-55886-0.
    Defines econometrics and the role of the error term in an economic model.
How to cite this page
Dr. Phil's Quant Lab. (2026). What Is Econometrics?. Derivatives Atlas. https://phucnguyenvan.com/concept/efm-what-is-econometrics