I have a problem and I do not know when it is crucial and when it is NOT crucial to assume a normal distribution regarding linear regression, for estimates, t-tests, f-tests, confidence intervals and prediction intervals.
say we have $$ Y_1 = \beta_0 + \beta_1 \cdot X_1 $$
I know that we assume that the errors are normal distributed and that it is crucial. Otherwise Confidence and prediction intervals will be more or less wrong. For our estimates ($beta_i's)$ it should be the same, as $\beta_i´s$ are linear combinations of the $Y_i 's$ which are normal distributed therefor beta's are normal distributed. So it is also crucial for the tests as well as the estimates.
Thank you in advance for any kind of help!