EZ

Eduzan

Learning Hub

Eduzan
Eduzan / 02 Quantitative Analysis

QTA 9: Regression Diagnostics

Worked examples are fully visible. Check-yourself items are study aids you can reveal one at a time.

A regression is only as trustworthy as the list of variables it carries. The ideal specification holds everything that moves the dependent variable and nothing else, but the true mechanism is never visible, so real specifications are judgements. Two errors follow: a variable that belongs is left out, or one that does not belong is included.

An omitted variable carries a non-zero coefficient in the true process but is absent from the fitted equation. Dropping it changes the surviving coefficients, which absorb the variation they share with the missing variable and so stop measuring the effect of a one unit move with everything else held fixed. It also inflates the residuals, since each now carries the genuine shock plus the part of the missing variable the survivors could not absorb.

Where the bias comes from

Take a process with two drivers, then fit the shorter equation that leaves the second one out.

The relationship that generated the data, and the shorter model actually fitted to it.

In large samples the OLS slope on the surviving regressor does not settle on its population value. It settles on that value plus a contamination term.

Delta is the population slope from a regression of the excluded variable on the included one.

Two quantities set the size of the damage: the population coefficient on the excluded variable, and the strength of the link between the two regressors. When the pair moves closely together, delta is large and the surviving coefficient is pulled far from the truth. When they are uncorrelated, delta is zero and that coefficient stays consistent. Financial series rarely oblige, and no increase in sample size repairs the contamination.

Example 1 · Worked

The true relationship is Yi = 2 + 1.2X1i – 2.1X2i + εi, with a correlation of 0.6 between the regressors, a variance of 1 for X1 and 1.2 for X2. An analyst fits Y on X1 alone.

1. What value does the estimated slope on X1 converge to?
Solution. Delta is the correlation multiplied by the ratio of the standard deviations, so delta = 0.6 x sqrt(1.2) / sqrt(1) = 0.6573. The omitted variable expression gives 1.2 + (-2.1)(0.6573) = -0.18, against a true effect of +1.2. Even the sign is wrong, and extra data does not fix it.
2. What correlation would drive that slope to exactly zero?
Solution. Solving 1.2 – 2.1 x rho x sqrt(1.2) = 0 gives rho = 1.2 / (2.1 x 1.0954) = 0.522. There the contamination exactly cancels the genuine effect.
Check yourself
Which two conditions must hold together before an excluded variable biases the coefficients that remain?
It must carry a non-zero coefficient in the true relationship, and it must be correlated with at least one regressor still in the model. Where regressors are mutually uncorrelated, the survivors stay consistent even though a real driver has been dropped.
End of lesson.