Lecture 2.1 Regression
Lecture 2.1 Regression
1
BEA653
Vladimir Volkov
Tasmanian School of Business and Economics
Sandy Bay, Hobart
Chapter 3
• Denote the dependent variable by y and the independent variable(s) by x1, x2,
... , xk where there are k independent variables.
• Note that there can be many x variables but we will limit ourselves to the
case where there is only one x variable to start with. In our set-up, there is
only one y variable.
‘Introductory Econometrics for Finance’ © Chris Brooks 2013 4
Regression is different from Correlation
• For simplicity, say k=1. This is the situation where y depends on only one x
variable.
• Suppose that we have the following data on the excess returns on a fund
manager’s portfolio (“fund XXX”) together with the excess returns on a
market index:
Year, t Excess return Excess return on market index
= rXXX,t – rft = rmt - rft
1 17.8 13.7
2 39.0 23.2
3 12.8 6.9
4 24.2 16.8
5 17.2 12.3
• We have some intuition that the beta on this fund is positive, and we
therefore want to find whether there appears to be a relationship between
x and y given the data that we have. The first stage would be to form a
scatter plot of the two variables.
45
Excess return on fund XXX
40
35
30
25
20
15
10
5
0
0 5 10 15 20 25
Excess return on market portfolio
• The most common method used to fit a line to the data is known as
OLS (ordinary least squares).
• What we actually do is take each distance and square it (i.e. take the
area of each of the squares in the diagram) and minimise the total sum
of the squares (hence least squares).
• - y
yi
û i
ŷi
xi x
• But what was ût ? It was the difference between the actual point and
the line, yt - ŷt .
• So minimising ( y − ˆ
y )
∑ t t is equivalent to minimising
2
∑ t
ˆ
u 2
ˆ t = αˆ + βˆxt , so let
• But y L = ∑ ( yt − yˆ t ) 2 = ∑ ( yt − αˆ − βˆxt ) 2
t i
∂L (2)
= −2∑ xt ( yt − αˆ − βˆxt ) = 0
∂βˆ t
• But ∑ y t = Ty and ∑ x t = Tx .
∑ t t ∑ t
x y − y x + β
ˆx ∑ t
x − β
ˆ ∑ t =0
x
2
∑ t t
x y − T y x + β
ˆT x 2
− β
ˆ ∑ t =0
x
2
• Rearranging for β ,
• So overall we have
β=
ˆ ∑ xt yt − Tx y
andαˆ = y − β
ˆx
∑ xt2 − Tx 2
yˆ t = −1.74 + 1.64 x t
• Question: If an analyst tells you that she expects the market to yield a return
20% higher than the risk-free rate next year, what would you expect the return
on fund XXX to be?
• Solution: We can say that the expected value of y = “-1.74 + 1.64 * value of x”,
so plug x = 20 into the equation to get the expected value for y:
yˆ i = −1.74 + 1.64 ×20 = 31.06
‘Introductory Econometrics for Finance’ © Chris Brooks 2013 18
Linearity
• Linear in the parameters means that the parameters are not multiplied
together, divided, squared or cubed etc.
Yt = eα X tβ e ut ⇔ln Yt = α + β ln X t + ut
• Then let yt=ln Yt and xt=ln Xt
yt = α + βxt + ut
‘Introductory Econometrics for Finance’ © Chris Brooks 2013 19
Linear and Non-linear Models