Next Page Previous Page Home Tools & Aids Search Handbook
3. Production Process Characterization
3.3. Data Collection for PPC
3.3.3. Define Sampling Plan

3.3.3.3.

Selecting Sample Sizes

Consider these things when selecting a sample size When choosing a sample size, we must consider the following issues:
  • What population parameters we want to estimate
  • Cost of sampling (importance of information)
  • How much is already known
  • Spread (variability) of the population
  • Practicality: how hard is it to collect data
  • How precise we want the final estimates to be
Cost of taking samples The cost of sampling issue helps us determine how precise our estimates should be. As we will see below, when choosing sample sizes we need to select risk values.  If the decisions we will make from the sampling activity are very valuable, then we will want low risk values and hence larger sample sizes.
Prior information If our process has been studied before, we can use that prior information to reduce sample sizes. This can be done by using prior mean and variance estimates and by stratifying the population to reduce variation within groups.
Inherent variability We take samples to form estimates of some characteristic of the population of interest. The variance of that estimate is proportional to the inherent variability of the population divided by the sample size:

\( \mbox{Var}(\hat{p}) \approx \frac{\sigma^2}{n} \)

with \(\hat{p}\) denoting the parameter we are trying to estimate. This means that if the variability of the population is large, then we must take many samples. Conversely, a small population variance means we don't have to take as many samples.

Practicality Of course the sample size you select must make sense. This is where the trade-offs usually occur. We want to take enough observations to obtain reasonably precise estimates of the parameters of interest but we also want to do this within a practical resource budget. The important thing is to quantify the risks associated with the chosen sample size.
Sample size determination In summary, the steps involved in estimating a sample size are:
  1. There must be a statement about what is expected of the sample. We must determine what is it we are trying to estimate, how precise we want the estimate to be, and what are we going to do with the estimate once we have it. This should easily be derived from the goals.
  2. We must find some equation that connects the desired precision of the estimate with the sample size. This is a probability statement. A couple are given below; see your statistician if these are not appropriate for your situation.
  3. This equation may contain unknown properties of the population such as the mean or variance. This is where prior information can help.
  4. If you are stratifying the population in order to reduce variation, sample size determination must be performed for each stratum.
  5. The final sample size should be scrutinized for practicality. If it is unacceptable, the only way to reduce it is to accept less precision in the sample estimate.
Sampling proportions When we are sampling proportions we start with a probability statement about the desired precision. This is given by:

\( Pr(|\hat{p} - P| \ge \delta) = \alpha \)
where
  • \(\hat{p}\) is the estimated proportion
  • P is the unknown population parameter
  • δ is the specified precision of the estimate
  • α is the probability value (usually low)
This equation simply shows that we want the probability that the precision of our estimate being less than we want is α. Of course we like to set α low, usually .1 or less. Using some assumptions about the proportion being approximately normally distributed we can obtain an estimate of the required sample size as:

\( n = z_{\alpha}^{2}(\frac{pq}{\delta^2}) \)

where z is the ordinate on the Normal curve corresponding to α.

Example Let's say we have a new process we want to try. We plan to run the new process and sample the output for yield (good/bad). Our current process has been yielding 65% (p=.65, q=.35). We decide that we want the estimate of the new process yield to be accurate to within δ = .10 at 95% confidence (α = .05, zα = -2). Using the formula above we get a sample size estimate of n=91. Thus, if we draw 91 random parts from the output of the new process and estimate the yield, then we are 95% sure the yield estimate is within .10 of the true process yield.
Estimating location: relative error If we are sampling continuous normally distributed variables, quite often we are concerned about the relative error of our estimates rather than the absolute error. The probability statement connecting the desired precision to the sample size is given by:

\( Pr\left( \left\|\frac{\hat{y} - \mu}{\mu}\right\| \ge \delta) \right) = \alpha \)

where μ is the (unknown) population mean and \(\bar{y}\) is the sample mean.

Again, using the normality assumptions we obtain the estimated sample size to be:

\( n \approx \frac{z_{\alpha}^{2}\sigma^{2}}{\delta^{2}\mu^{2}} \)

with σ2 denoting the population variance.

Estimating location: absolute error If instead of relative error, we wish to use absolute error, the equation for sample size looks alot like the one for the case of proportions:

\( n \approx z_{\alpha}^{2}\left( \frac{\sigma^{2}}{\delta^{2}} \right) \)

where σ is the population standard deviation (but in practice is usually replaced by an engineering guesstimate).

Example Suppose we want to sample a stable process that deposits a 500 Angstrom film on a semiconductor wafer in order to determine the process mean so that we can set up a control chart on the process. We want to estimate the mean within 10 Angstroms (δ = 10) of the true mean with 95% confidence (α = .05, zα = -2). Our initial guess regarding the variation in the process is that one standard deviation is about 20 Angstroms. This gives a sample size estimate of n = 16. Thus, if we take at least 16 samples from this process and estimate the mean film thickness, we can be 95% sure that the estimate is within 10 angstroms of the true mean value.
Home Tools & Aids Search Handbook Previous Page Next Page