Econometrics Notation

Observations and Measurements

The number of observations is n.

The outcome variable is y. The outcome measurement for observation i is yi.

If there is a single predictor, it may be specified as x; the measurement is xi. More commonly, there is a set of predictors specified like x1, x2, and so on. The measurements are then x1i, x2i, and so on.

When expressing data with linear algebra, the outcome measurements are composed into vector y with size n, and the predictor measurements are composed into matrix X of shape n by p.

A very common exception: income is usually represented by Y or y. In relevant literature, expect to see different letters.

Error Terms

Error terms are variably represented by ε, e, u, or v. The error term for observation i would be represented like εi.

Distributions

The normal distribution is frequently expressed in econometrics. The typical notation is xi ~ N(μ, σ).

For multiple variables, pieces of linear algebra notation are introduced. For example, the joint statement of exogeneity and homoskedasticity is:

exo.svg

Statistics

The average outcome is:

average.svg

The variance is:

variance.svg

The standard deviation is:

sd.svg

The covariance between the treatment and outcome is:

covariance.svg

The correlation between the treatment and outcome is:

correlation.svg

Based on OLS regression, the estimated outcome for observation i is:

estimate.svg

No matter the regression method, the residual is:

residual.svg

And the coefficient of determination, a.k.a. the R2, is:

rsquared.svg


CategoryRicottone