Regression Analysis in Finance: Understanding the Relationship between X and Y Variables, Lecture notes of Finance

An overview of regression analysis, a statistical method used to examine the relationship between a dependent variable (y) and one or more independent variables (x). The basics of ordinary least squares regression, the regression equation, hypothesis testing, and examples using excel. Students will learn how to interpret regression results and assess the significance of independent variables in explaining the dependent variable.

Typology: Lecture notes

2010/2011

Uploaded on 09/14/2011

goofy-6
goofy-6 🇬🇧

5

(6)

229 documents

1 / 15

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
MSc Finance,
MSc International Banking & Finance,
MSc Investment & Finance,
MSc International Accounting & Finance
Computing for Finance
and Financial Analysis
(Excel)
Lecture 7 - Semester 2
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff

Partial preview of the text

Download Regression Analysis in Finance: Understanding the Relationship between X and Y Variables and more Lecture notes Finance in PDF only on Docsity!

MSc Finance, MSc International Banking & Finance, MSc Investment & Finance, MSc International Accounting & Finance

Computing for Finance

and Financial Analysis

(Excel)

Lecture 7 - Semester 2

Regression Regression Basics Regression Equation Hypothesis Example

Regression Basics

Ordinary Least Squares Regression

Fits the best possible line to a set of data

Gives an indication of whether the X variable(s)

can explain the Y variable

The Regression Equation

Equation is of the form: Y=α+βX+

For example: R=α+βRm+

where: R is the return on a stock or asset Rm is the return on the market is the error term or residual α is the intercept (where the line crosses the y-axis)

The Regression Hypothesis R=α+βRm+ H 0 : β = Ha: β≠ 0 That is, test whether the X variable ( Rm ) has no effect on the Y variable ( R )

Testing the Hypothesis Two things required: a test statistic (provided by Excel regression) a critical value (depends on significance level, α/2) tcritical =NORMSINV(1-α/2)

Example 2 Can the FT All Share Index be explained by the movement of a subset of 6 of its component stocks? Rm=α+β 1 R 1 +β 2 R 2 +β 3 R 3 +β 4 R 4 +β 5 R 5 +β 6 R 6 +

Different ways to Regress Data Analysis : Regression Tool Functions: =SLOPE( y’s,x’s ) =INTERCEPT( y’s,x’s ) =LINEST( y’s,x’s ) array function Use Minitab instead!

Minitab or Excel?

Excel regression is:

Clear, simple, handy if your data is already in

Excel

Minitab regression is:

More powerful with series of regressions -

very easy to run lots of regression in a macro

& accumulate the results (STACK)