I'm trying to understand the OLS
model and the assumptions behind it. I'm struggling between 2 texts with a different approach:
- nyu do not talk about likelihood estimation theory at all. They develop the
Gauss-Markov theorem
with a minimum amount of assumptions, and there's no reasoning to whyOLS
is a reasonable criteria - princeton rely on maximum likelihood estimation from the first minute, and assume normal disturbances, which is a nice reasoning for OLS, but involve a much larger set of assumptions (I think)
What is a better approach? How do you reconcile the 2? related to OLS vs. maximum likelihood under Normal distribution in linear regression