What is the distribution of $E[Y|X]$ (=$X\hat{\beta}$) and $X\hat{\beta} + \epsilon$ in a multivariate linear regression
There are several places this question has been answered implicitly or explicity. I am asking this question because:
- The other answers never prove why the model prediction is t-distributed or normally distributed
- There are places where it is claimed to be normally distributed but in most of the places it is claimed to be t-distributed
References
- Show confidence limits and prediction limits in scatter plot - uses t-distribution in the code
- Obtaining a formula for prediction limits in a linear model (i.e.: prediction intervals) - Claims the model predictions are normally distributed
- What is the distribution of the predictions in linear regression? - The answer reference 3.5 from faraway 2002. But the section does not justify t-distribution. There is also a comment on the answer that says "The distribution of estimates and predictions is Gaussian. But for the computation of confidence intervals or prediction intervals we use a t-distribution. The question asks for the former." - why?