
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
Material Type: Exam; Class: REGRESSION ANALYSIS; Subject: Statistics; University: University of California - Los Angeles; Term: Spring 2009;
Typology: Exams
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Chapter 2: Simple Linear Regression
The pdf of N (μ, σ
2 ) is f (x) =
1 √
2 πσ
exp[−
(x−μ)
2
2 σ
2
Model: y i
= β 0
x i
i
β 1
s (^) xy
s (^) xx
β 0
= ¯y −
β 1
x¯, ˆμ 0
β 0
β 1
x 0
Variance: V (
β 1
) = σ
2 /s xx
β 0
) = σ
2 (
1
n
¯x
2
s (^) xx
), V (ˆμ 0
) = σ
2 (
1
n
(x 0 −x¯)
2
s (^) xx
Notation: r = s xy
s xx
s yy
, s xx
(x i
− x¯)
x
2
i
1
n
x i
2
sxy =
(xi − x¯)(y (^) i − y¯) =
(xi − x¯)y (^) i =
xi y (^) i −
1
n
xi )(
y (^) i )
(y (^) i − y¯)
2 , SSR =
(ˆμi − y¯)
β
2
1
sxx and SSE =
(y (^) i − μˆi )
2 .
Chapter 3: Random Vectors Suppose E(y) = μ and V (y) = Σ.
E(Ay + b) = Aμ + b, V (Ay + b) = AΣA
′ , V (y) = E[(y − μ)(y − μ)
′ ], cov(a
′ y, b
′ y) = a
′ Σb.
The pdf of a n-variate normal distribution N (μ, Σ) is
f (x) = (2π)
−
n
(^2) |Σ|
−
1
(^2) exp[−
(x − μ)
′ Σ
− 1 (x − μ)]
Chapter 4: Multiple Linear Regression Model
Model: y = Xβ + #, # ∼ N (0, σ
2 I)
β = (X
′ X)
− 1 X
′ y, s
2 = S(
β)/(n − p − 1) = (y − X
β)
′ (y − X
β)/(n − p − 1).
Fitted values ˆμ = X
β = Hy; residuals e = y − μˆ = y − Hy = (I − H)y; where H = X(X
′ X)
− 1 X
′ .
Variance V (
β) = σ
2 (X
′ X)
− 1 , V (ˆμ) = σ
2 H, V (e) = σ
2 (I − H), V (a
β) = σ
2 a
′ (X
′ X)
− 1 a.
Properties:
β and e are independent; S(
β)/σ
2 = e
′ e/σ
2 ∼ χ
2
n−p− 1
; LSE is BLUE.
CI for βi :
βi ± t(1 − α/ 2 , n − p − 1)s
vii ; CI for a
′ β: a
β ± t(1 − α/ 2 , n − p − 1)s
a
′ (X
′ X)
− 1 a
F statistic for testing H 0 : Aβ = 0:
‖ˆμ − μˆ A
2 /l
β)/(n − p − 1)
β A
β))/l
β)/(n − p − 1)
Joint confidence region for β: (
β − β)
′ (X
′ X)(
β − β)/[(p + 1)s
2 ] ≤ F (1 − α, p + 1, n − p − 1).
(y i
− y¯)
2 , SSE =
(y i
− μˆ i
2 , SSR =
(ˆμ i
− y¯)
β
′ X
′ y − ny¯
β
′ X
′ X
β − ny¯
2 .
2 = SSR/SST = 1 − SSE/SST