

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Simple and Multiple Regression, Simple Linear Regression, Variance, Mean, Ordinary Least Squares, Standardization of Variables, Original Regression, Colinearity, Nonlinearity are points from this lecture notes.
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Ch. 2: Simple and Multiple Regression I. Simple Linear Regression A. Y ˆ i = a + bXi , Yi = Yi + ei = a + bXi + e i
B. Mean of Y E(Y) = E(a + bX + e) = a + bE(X) + E(e) If E(e) = 0, then E(Y) = a + bE(X) C. Variance of Y Var(Y) = Var( Y ˆ^ ) + Var(e) + 2Cov( Y ˆ e) = Var( Y ˆ ) + Var(e) + 2bCov(Xe) D. If we force the line to pass through the mean of X, the mean of Y, and the center of the cluster, then we are forcing the covariance between X and e to be near zero. Thus, Var(Y) = Var( Y ˆ ) + Var(e). Since Var( Y ˆ^ ) = b^2 Var(X), Var(Y) = b^2 Var(X) + Var(e). E. Ordinary Least Squares The regression can be established by the following formulae. b = ( )
Var X Cov XY , and a = E(Y) - bE(X) II. Standardization of variables A. If we standardize both X and Y, then a = 0 – 0 = 0, and
B. Original regression Y = Y ˆ + e = a + bX + e
= b(X - μ^ x ) + e (intercept is zero)
y Y y
y x y b x X x e
Docsity.com
6
III. Multiple Regression A. Y ˆ^ = a + b 1 X 1 + b 2 X 2 +... + bkXk B. Y = Y ˆ^ + e = a + b 1 X 1 + b 2 X 2 +... + bkXk + e C. Dummy variables for testing two regression lines Y = a + b 1 X 1 + b 2 X 2 + b 3 Z 1 + e where Z 1 can take the value of 1 or 0 for different groups. D. Colinearity