Can a hypothesis test be performed if I have a non-normal population, small sample size, but population standard deviation is known? We are testing if the mean differs from the given mean.
Asked
Active
Viewed 115 times
2 Answers
2
The t-test is quite robust to departures from the assumption of normality. Intuitively, the reason for this is that the T statistic is based on averages, which are asymptotically normal under mild conditions (Central limit theorem), and typically they converge fast to normality.
Alternative nonparametric tests (for equality of distributions or means) include the Kolmogorov-Smirnov test, permutation tests, and Wilcoxon signed-rank test.

Dorian
- 23
- 2
-
Here are some nice answers about robustness of t-test: http://stats.stackexchange.com/questions/9573/t-test-for-non-normal-when-n50/9575#9575 and http://stats.stackexchange.com/questions/121852/how-to-choose-between-t-test-or-non-parametric-test-e-g-wilcoxon-in-small-sampl/123389#123389 – Tim Jul 29 '16 at 14:59
-
@Tim Thanks, good reference. Your search-foo in this site is certainly better than mine. – Dorian Jul 29 '16 at 15:00
0
I think when the assumption of normality is not met, you should do non-parametric tests of significance, if you had variables like rankings or categories. You could still continue with t-tests for the mean if you have a sample size above 30.

user124526
- 46
- 3
-
2Could you say a little more? Although this does address the question, it is rather brief by our standards. – Silverfish Jul 29 '16 at 14:42
-