|
7.
Product and Process Comparisons
7.2. Comparisons based on data from one process
|
|||
| The testing of H0 for a single population mean |
Given a random sample of measurements,
Y1, ..., YN,
there are three types of questions regarding the true mean of the
population that can be addressed with the sample data. They are:
|
||
| Typical null hypotheses |
The corresponding null hypotheses that test the true mean,
, against the standard
or assumed mean,
are:
|
||
| Test statistic where the standard deviation is not known |
The basic statistics for the test are the sample mean and the
standard deviation. The form of the test statistic depends on
whether the poulation standard deviation,
, is known or is estimated
from the data at hand. The more typical case is where the
standard deviation must be estimated from the data, and the test
statistic is
where the sample mean is
and the sample standard deviation is
with N - 1 degrees of freedom. | ||
| Comparison with critical values |
For a test at significance level
, where
is chosen to be small,
typically .01, .05 or .10, the hypothesis associated with each
case enumerated above is rejected if:
is the upper
critical
value from the t distribution with N-1 degrees of
freedom and similarly for cases (2) and (3). Critical values can
be found in the t-table
in Chapter 1.
|
||
| Test statistic where the standard deviation is known |
If the standard deviation is known, the form of the test statistic is
For case (1), the test statistic is compared with
|
||
| Caution | If the standard deviation is assumed known for the purpose of this test, this assumption should be checked by a test of hypothesis for the standard deviation. | ||
| An illustrative example of the t-test |
The following numbers are particle (contamination) counts for a sample
of 10 semiconductor silicon wafers:
50 48 44 56 61 52 53 55 67 51 The mean = 53.7 counts and the standard deviation = 6.567 counts. |
||
| The test is two-sided | Over a long run the process average for wafer particle counts has been 50 counts per wafer, and on the basis of the sample, we want to test whether a change has occurred. The null hypothesis that the process mean is 50 counts is tested against the alternative hypothesis that the process mean is not equal to 50 counts. The purpose of the two-sided alternative is to rule out a possible process change in either direction. | ||
| Critical values |
For a significance level of
= .05, the
chances of erroneously rejecting the null hypothesis when it is
true are 5% or less. (For a review of hypothesis testing basics,
see Chapter 1).
Even though there is a history on this process, it has not been stable enough to justify the assumption that the standard deviation is known. Therefore, the appropriate test statistic is the t-statistic. Substituting the sample mean, sample standard deviation, and sample size into the formula for the test statistic gives a value of
with degrees of freedom = N - 1 = 9. This value is tested against the upper critical value
from the t-table where
the critical value is found under the column labeled 0.025 for the
probability of exceeding the critical value and in the row for 9
degrees of freedom. The critical value
|
||
| Conclusion | Because the value of the test statistic falls in the interval (-2.262, 2.262), we cannot reject the null hypothesis and, therefore, we may continue to assume the process mean is 50 counts. | ||