|
7.
Product and Process Comparisons
7.3. Comparisons based on data from two processes
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| The nonparametric equivalent of the t test is due to Mann and Whitney, called the U test |
By "arbitrary" we mean that we make no underlying assumptions about normality or any other distribution. The test is called the Mann-Whitney U-Test, which is the nonparametric equivalent of the t-test based for normal means. The U-test (as the majority of nonparametric tests) uses the rank sums of the two samples. The procedure flows as follows |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Procedure |
The null hypothesis is: the populations have the same median. The alternative hypothesis is: The medians are NOT the same. The test-statistic, U, is the smaller of Ua and Ub. For sample sizes larger than 20, we can use the normal z as follows: The critical value is the normal tabled z for a/2 for a two tailed test or for a z at a level, for a one tail test. For small samples use tables, which are readily available in most textbooks on nonparametric statistics. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| An illustrative example of the U test |
Example
Two processing systems were used to clean wafers. The following data represent the (coded) particle counts. The null hypothesis is that there is no difference between the means of the particle counts; the alternative hypothesis is that there is a difference. The solution shows the typical kind of output software for this procedure would generate, based on a the large sample approximation approach.
Enter value for a
(press Enter for .05): .05
E(U) = 60.500000
The Z-test statistic = 1.346133
Probability of Z-test = 0.910870 Cannot reject the null hypothesis. A two-sided confidence about U - E(U) is: DELTA is the absolute difference between U and E(U).
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||