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
Worked examples
Does an extra year of schooling raise wages, and by how much? Theory predicts a positive return but is silent on the magnitude.
Collect data on wages and education, then estimate in Stata with `regress wage educ`. The slope 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 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 ?
Connected topics
Sources
- Wooldridge (2019), Ch. 1Wooldridge, 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.