simple linear regression - important things to know Flashcards
1
Q
what is the formula for the least squares estimator (simple)?
A
∑(yᵢ - β₀ - β₁xᵢ)²
2
Q
how do we find β ̂₁ and β ̂₀ (simple)?
A
take 𝛿S/𝛿β₁ = 0 and 𝛿S/𝛿β₂ = 0 then solve
3
Q
what is ∑β₀ equivalent to
A
nβ₀
4
Q
what is (1/n)∑xᵢ equivalent to?
A
x ̅
(note similar for y)
5
Q
what is β ̂₀ (simple)?
A
y ̅ - β ̂₁x ̅
6
Q
what is β ̂₁ (simple)?
A
( ∑(yᵢ-y ̅)(xᵢ-x ̅) )/( ∑(xᵢ-x ̅)² )
7
Q
what is sₓₓ?
A
∑(xⱼ - x ̅)²
from j=1 to n
8
Q
what is E(εᵢ)?
A
0
9
Q
what is E(yᵢ)?
A
β₀ + β₁xᵢ
10
Q
what is E(β ̂₁)?
A
β₁
11
Q
what is V(yᵢ)?
A
σ²
12
Q
what is V(β ̂₁)?
A
σ²/sₓₓ
13
Q
what is what is E(β ̂₀)?
A
β₀
14
Q
what is V(β ̂₀)?
A
σ²( (1/n) - (x ̅ ² / sₓₓ) )
15
Q
what is V(y ̅)
A
V((1/n)∑yᵢ) = σ²/n