Friday, April 6, 2012

Simple Linear Regression Analysis -Investment Analysis

1.     Determining the Regression coefficient and Y-intercept Using the Method of Least Squares Regression

 

Fit a straight line through the scatter plot that will cause the sum of the squared residuals (measured in the Y-direction) to be minimized.

 

                      Yi  =  b0 + b1Xi + eI

 

                        b1  = COVYX/ (SX2)

                        b0 = Y - b1 X

 

2.     The Standard Error of Estimate

 

The SEE is a measure of how imperfect the regression model is in predicting the dependent variable.

 

          SEE  = Sqrt(Sum of residuals squared/(n-2))

 

The interpretation of SEE is the similar to Std. Dev. Approximately 68% of the historical data points should lie within one standard deviation error of estimate on either side of the regression line (with errors measured in the vertical direction).

 

3.     Prediction Intervals on the Dependent Variable

 

Two sources of error are there on predicted values of dependent variables.

a.     From estimates of intercept and regression coefficients

b.     Variance above the estimate from the equation.

 

Hence variance associated with predicted value for given X value is:

 

St2  = (SEE)2[1 + (1/n) + ((X – X)2/(Sum of (x – x)2))]

 

Therefore, the following formula can be used to place a (1-  ) confidence interval aorund a predicted value of a dependent variable (   ) determined form a regression model. 

 

Yi  =  b0 + b1Xi +(t alpha/2,n-2* St)

 

In the graph, line of SEE of regression  around regression line will be a straight line. But the SEE of predicted values will be a parabolic line.

 

 

 

4.     Confidence Intervals on Regression Parameters

5.     Testing the Significance of Regression Parameters

 

A.   The Coefficient of Determination

B.   The Analysis of Variance

 

ANOVA      D of f          Sum of Squares   Mean Sum of Squares

 

Regression     1             Sum of (Y – Y)2                RSS/1

Residuals   n-2              Sum of (Y – Y)2             SSE/(n-2)

(Error)

 

Total          n-1              Sum of (Y – Y)2             TSS/(n-1)

1.     Regression Row

2.     Residuals Row

3.     Total Row

4.     Calculating R2 from the Anova

 

R2      =   RSS/TSS

C.   The Global Test for the Significance of the Slope Coefficient

1.     F-tests

 

F(calc)  =  (RSS/1)/(SSE/(n-2))   = 

MSS of Regression/MSS of error

Original knol - http://knol.google.com/k/narayana-rao/simple-linear-regression-analysis/2utb2lsm2k7a/ 487

No comments:

Post a Comment