So given that the least squares estimator of $\beta$ is:
$$ \mathbf{\hat{\beta}} = (\mathbf{X}^T \mathbf{X})^{-1}\mathbf{X}^T \mathbf{Y} $$
And $\mathbf{Y} = \mathbf{X} \mathbf{\beta} + \epsilon$, where $\epsilon$ is a vector of independent zero-mean normals all with the same variance $\sigma^2$.
What is the covariance matrix? I've done this before, but I decided to attempt this differently this time.
Here is my attempt, according to the solutions the answer should be: $(X^T X)^{-1}\sigma^2$ but I am not getting that:
Does anyone know where my mistake is?
