What happens if you reject normality of residuals when estimating with least square ?
Is it too important to have normality on the residuals?
|
What happens if you reject normality of residuals when estimating with least square ? Is it too important to have normality on the residuals? |
|||||||
|
|
The $t$-statistic is assumed to be distributed asymptotically normally for hypothesis tests. If your residuals are severely non-normal, your $t$-statistics, $p$-values, and hypothesis tests will be meaningless. Your $\hat{\beta}$ estimates are still okay, but you cannot express confidence in the $\beta$s. You can try and use some form of robust standard error that controls for non-normality. Alternatively, if your dataset is very large and your $\hat{\beta}$ estimates are very far from zero, you might be able to get away with it. |
|||
|