Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

What happens if you reject normality of residuals when estimating with least square ?

Is it too important to have normality on the residuals?

share|improve this question
in what way are the residuals non-normal? – Macro Jun 3 '12 at 0:55
and how did you decide to reject normality? – John Jun 3 '12 at 2:07
And how many observations do you have? – jbowman Jun 3 '12 at 18:31

1 Answer

up vote 4 down vote accepted

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.

share|improve this answer
gmacfarlane, the t-test (the unequal variance version) is actually equivalent to use of robust standard errors. In samples of at least modest size and with independent observations, the property that actually matters is constant variance; if the observations in your two groups have it, the equal variance t-test will be fine. If they don't, the unequal variance t-test will still be fine. Normality (or non-Normality) of the residuals is just not very important; the Central Limit Theorem takes care of the distribution of the t-statistic. – guest Jun 3 '12 at 3:50

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.