state the multiple linear regression formula
yᵢ = β₀ + β₁xᵢ₁ + β₂xᵢ₂ + … + βₖxᵢₖ
state the multiple linear regression formula in matrix form
y = Xβ + ε
what is LSE for multiple linear regression in matrix form
S(β) = (y-Xβ)ᵀ(y-Xβ)
then after partial derivatives we have
β ̂= (XᵀX)⁻¹Xᵀy
what is E(ε)?
(multiple LR, matrix form)
zero matrix
what is cov(ε)?
(multiple LR, matrix form)
σ²𝐈n
what is E(y)?
(multiple LR, matrix form)
Xβ
what is cov(y)?
(multiple LR, matrix form)
σ²𝐈n