Next Page Previous Page Home Tools & Aids Search Handbook
2. Measurement Process Characterization
2.5. Uncertainty analysis
2.5.3. Type A evaluations
2.5.3.3. Type A evaluations of bias

2.5.3.3.3. Bias with sparse data

Strategy for dealing with limited data The purpose of this discussion is to outline methods for dealing with biases that may be real but which cannot be estimated reliably because of the sparsity of the data. For example, a test between two, of many possible, configurations of the measurement process cannot produce a reliable enough estimate of bias to permit a correction, but it can reveal problems with the measurement process. The strategy for a significant bias is to apply a 'zero' correction. The type A uncertainty component is the standard deviation of the correction, and the calculation depends on whether the bias is The analyses in this section can be produced using both Dataplot code and R code.
Example of differences among wiring settings An example is given of a study of wiring settings for a single gauge. The gauge, a 4-point probe for measuring resistivity of silicon wafers, can be wired in several ways. Because it was not possible to test all wiring configurations during the gauge study, measurements were made in only two configurations as a way of identifying possible problems.
Data on wiring configurations Measurements were made on six wafers over six days (except for 5 measurements on wafer 39) with probe #2062 wired in two configurations. This sequence of measurements was repeated after about a month resulting in two runs. A database of differences between measurements in the two configurations on the same day are analyzed for significance.
Plot the differences between the two wiring configurations A plot of the differences between the two configurations shows that the differences for run 1 are, for the most part, less than zero, and the differences for run 2 are greater than zero.

Plot of the differences between the 2 wiring configurations
Statistical test for difference between two configurations A t-statistic is used as an approximate test where we are assuming the differences are approximately normal. The average difference and standard deviation of the difference are required for this test. If

t = |{SQRT(N)}/s(diff)}*Avg(diff)| > 2

the difference between the two configurations is statistically significant.

The average and standard deviation computed from the N = 29 differences in each run from the table above are shown along with corresponding t-values which confirm that the differences are significant, but in opposite directions, for both runs.

Average differences between wiring configurations

 Run Probe    Average    Std dev    N    t

  1    2062      - 0.00383       0.00514     29    - 4.0

  2    2062      + 0.00489       0.00400     29    + 6.6 
Case of inconsistent bias The data reveal a significant wiring bias for both runs that changes direction between runs. Because of this inconsistency, a 'zero' correction is applied to the results, and the type A uncertainty is taken to be

s(correction) = (1/SQRT(3))*MaxBias

For this study, the type A uncertainty for wiring bias is

s(correction) = (1/SQRT(3))*0.00489 ohm.cm
Case of consistent bias Even if the bias is consistent over time, a 'zero' correction is applied to the results, and for a single run, the estimated standard deviation of the correction is

s(correction) = (1/SQRT(N))*s(diff)

For two runs (1 and 2), the estimated standard deviation of the correction is

s(correction) = (1/SQRT(2*N))*SQRT{s(diff1)**2 + s(diff2)**2}
Home Tools & Aids Search Handbook Previous Page Next Page