Difference Detection Matrix Example: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 05:54, 1 August 2012

Test Design Using Life Difference Detection Matrix

Assume there are two design options for a new product. Engineers need to design a test to compare the reliability performance of these two options. The reliability for both designs is assumed to follow a Weibull distribution. For Design 1, its shape parameter β = 3; for Design 2, its β = 2. Their B10 lives may range from 500 to 3,000 hours. We want to use the Difference Detection Matrix to choose the suitable sample size and test duration.


Solution

Initially, the sample size for each design is set to 20. Two test durations of 3,000 and 5,000 hours also were chosen. Based on these settings and the assumptions on the failure time distributions, the following Difference Detection Matrix is obtained.

Detection Matrix Example Result.png

In the figure, the range of the assumed B10 life for each design is from 500 to 3,000 hours. The pair-wised comparison results are displayed in each cell. 0 means the difference cannot be detected through the test; 1 means the difference can be detected if the test duration is 5,000 hours; 2 means the difference can be detected if the test duration is 3,000 hours. For example, the number is 2 for for cell (1000, 2000). This means that if the B10 life for Design 1 is 1,000 hours and the B10 life for Design 2 is 2,000 hours, the difference can be detected if the test duration is at least 5,000 hours. By testing 20 samples each for 3,000 hours, the difference of their B10 lives probably can be detected. This is because, at a confidence level of 90%, the estimated confidence intervals on the B10 life do not overlap. The estimated intervals can be seen in the figure below.

Detection Matrix Example B10 Intervals new.png

We will use Design 1 to illustrate how the interval is calculated. For cell (1000, 2000), Design 1's B10 life is 1,000 and the assumed β is 3. We can calculate the η for the Weibull distribution using the Quick Parameter Estimator tool to calculate eta, as shown next.

Detection Matrix Example Parameter Estimator.png

The estimated η is 2117.2592 hours. Then we can use these distribution parameters and the sample size of 20 to get the expected failure times using the Expected Failure Times Plot as shown below.

Detection Matrix Example Expected Failure Tiime.png

The median failure times are used to estimate the failure distribution. Please notice that since the test duration is set to 3,000 hours, any failures that occur after 3,000 are treated as suspensions. In this case, the last failure is a suspension with suspension time of 3,000. Now we can enter this data set into a standard Weibull++ folio as given in the next figure.

Detection Matrix Example Std Folio Data.png.png

Please make sure the MLE and FM options are selected. Using the estimated results, we can calculate the B10 life and its interval in the QCP, as shown below.

Detection Matrix Example B10 QCP.png.png

From the above result, we can see the estimated B10 life and its confidence intervals are the same as the results displayed in the Difference Detection Matrix.

The above procedure can be repeated to get the results for the other cells and for Design 2. Therefore, by adjusting the sample size and test duration, a suitable test time can be identified for detecting a certain amount of difference between two designs/populations.