EZ

Eduzan

Learning Hub

Eduzan
Eduzan / 02 Quantitative Analysis

QTA 7: Linear Regression

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

Two random variables move together, and the question is how much of one moves with the other. Regression is the workhorse answer, the most widely used technique for measuring and testing relationships between random variables, and in finance it does three jobs constantly: it measures how sensitive a portfolio is to a common risk factor, it produces the hedge ratio that shrinks an unwanted exposure, and it separates a fund manager who adds value from one riding a benchmark. Every regression model links a dependent variable, written Y, to one or more explanatory variables, written X. This chapter works entirely with the version carrying a single explanatory variable, known as bivariate regression or simple regression. Its appeal is practical: the estimators have closed forms, the parameters mean something a practitioner can state in a sentence, and the specification bends to cover a wide range of shapes.

The model and its three pieces

Linear regression assumes a linear link between an explanatory variable and a dependent variable.

The bivariate linear regression model.

The slope, written beta and also called the regression coefficient, measures how sensitive Y is to a change in X. The intercept, written alpha, is a constant. The third piece, epsilon, goes by several names: the shock, the innovation, the error or the disturbance. It carries whatever part of Y the explanatory variable cannot account for, and its mean is assumed to be zero.

Taking expectations removes the shock because its mean is zero.

The shock is the reason statistical analysis is needed at all. Strip it out and every pair of observations would sit on one straight line, so two points and some algebra would recover both parameters exactly. The two variables are also not treated the same way, since causality is assumed to run from X to Y and not back, a sharp contrast with correlation, where both variables enter symmetrically.

Names for the three variables in a regression, by discipline
Explained variableExplanatory variableShock
Left-hand-side variableRight-hand-side variableInnovation
Dependent variableIndependent variableNoise
RegressandRegressorError
  Disturbance

Source: nomenclature varies across finance, economics, engineering and the natural sciences.

Reading the intercept

The obvious reading of the intercept is the value Y takes when X equals zero. That reading is only worth anything when zero is a value the explanatory variable could plausibly reach. Suppose the average maturity of a firm’s corporate bond offerings is regressed on its market capitalisation. Market capitalisation is always positive, so calling the intercept the average maturity issued by a firm worth USD 0 describes nothing real, and a negative intercept would predict negative maturity, which cannot happen. Where zero is out of reach, treat the intercept as the constant that forces the fitted line through the point given by the sample mean of X and the sample mean of Y.

Check yourself
Why is the relationship between Y and X asymmetric, and what does that rule out?
Causality is assumed to run from the explanatory variable to the dependent variable only, so swapping the roles of the two variables is not a neutral relabelling, and any situation in which X is itself determined by Y breaks the assumption. Correlation carries no such restriction.
End of lesson.