Difference Detection Matrix Example: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
m (Reverted edits by Lisa Hacker (Talk) to last revision by Chris Kahn)
Line 1: Line 1:
'''Test Design Using Life Difference Detection Matrix'''  
'''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 <span class="texhtml">β</span> = 3; for Design 2, its <span class="texhtml">β</span> = 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.  
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. Both designs are assumed following Weibull distribution. For Design 1, its shape parameter <math>\beta</math> = 3; for Design 2, its <math>\beta</math> = 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.  


<br> '''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.
'''Solution'''


[[Image:Detection Matrix Example Result.png|thumb|center|400px]]
Initially, the sample size for each design is set to 20. Two test durations 3,000 and 5,000 also were chosen. Based on these settings and the assumptions on the failure time distributions, the following Difference Detection Matrix is obtained.


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.  
[[Image: Detection Matrix Example Result.png|thumb|center|400px]]


[[Image:Detection Matrix Example B10 Intervals.png|thumb|center|400px]]
In the above figure, the range of the assumed B10 life for each design is from 500 to 3,000. 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 for cell (1000, 2000), the number is 2. It means 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%, their estimated confidence intervals of the B10 life do not overlap. The estimated intervals can be seen in the figure below.
[[Image:Detection Matrix Example B10 Intervals_new.png|thumb|center|400px]]


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 <span class="texhtml">β</span> is 3. We can calculate the <span class="texhtml">η</span> for the Weibull distribution using the '''Quick Parameter Estimator''' tool to calculate eta, as shown next.  
[[Image: Detection Matrix Example B10 Intervals.png|thumb|center|400px]]


[[Image:Detection Matrix Example Parameter Estimator.png|thumb|center|400px]]
We will use design 1 to illustrate how the interval is calculated. Since for cell (1000, 2000), design 1's B10 life is 1,000 and the assumed <math>\beta</math> is 3, we can calculate the <math>\eta</math> for the Weibull distribution using the '''Quick Parameter Estimator''' tool. This is given in the next figure.


The estimated <span class="texhtml">η</span> 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.  
[[Image: Detection Matrix Example Parameter Estimator.png|thumb|center|400px]]


[[Image:Detection Matrix Example Expected Failure Tiime.png|thumb|center|400px]]
The estimated <math>\eta</math> is 2117.2592. Then we can use these distribution parameters and sample size of 20 to get the expected failure times using the '''Expected Failure Times Plot''' as shown below.


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.  
[[Image: Detection Matrix Example Expected Failure Tiime.png|thumb|center|400px]]


[[Image:Detection Matrix Example Std Folio Data.png.png|thumb|center|400px]]
The median failure times are used to estimated the failure distribution. Please notice that since the test duration is set to 3,000 hours, any failures occurred after 3,000 is set to suspensions. In this case, the last failure is a suspension with suspension time of 3,000. Now we can enter these data into a standard Weibull++ folio as given in the next figure.  


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.  
[[Image: Detection Matrix Example Std Folio Data.png.png|thumb|center|400px]]


[[Image:Detection Matrix Example B10 QCP.png.png|thumb|center|400px]]
Please make sure the '''MLE''' and '''FM''' options are selected. Use the estimated results, we can calculate the B10 life and its interval in '''QCP''', as given in below.


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.  
[[Image: Detection Matrix Example B10 QCP.png.png|thumb|center|400px]]


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.
From the above result, we can see the estimated B10 life and its interval are the same as the results displayed in the Difference Detection Matrix.
 
For design 2 and other cells, the above procedure can be repeated to get the results. Therefore, by adjusting the sample size and test duration, a suitable test for detecting a certain amount of difference of two designs/populations can be identified.

Revision as of 00:51, 30 March 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. Both designs are assumed following Weibull distribution. For Design 1, its shape parameter [math]\displaystyle{ \beta }[/math] = 3; for Design 2, its [math]\displaystyle{ \beta }[/math] = 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 3,000 and 5,000 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 above figure, the range of the assumed B10 life for each design is from 500 to 3,000. 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 for cell (1000, 2000), the number is 2. It means 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%, their estimated confidence intervals of the B10 life do not overlap. The estimated intervals can be seen in the figure below.

Detection Matrix Example B10 Intervals.png

We will use design 1 to illustrate how the interval is calculated. Since for cell (1000, 2000), design 1's B10 life is 1,000 and the assumed [math]\displaystyle{ \beta }[/math] is 3, we can calculate the [math]\displaystyle{ \eta }[/math] for the Weibull distribution using the Quick Parameter Estimator tool. This is given in the next figure.

Detection Matrix Example Parameter Estimator.png

The estimated [math]\displaystyle{ \eta }[/math] is 2117.2592. Then we can use these distribution parameters and 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 estimated the failure distribution. Please notice that since the test duration is set to 3,000 hours, any failures occurred after 3,000 is set to suspensions. In this case, the last failure is a suspension with suspension time of 3,000. Now we can enter these data 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. Use the estimated results, we can calculate the B10 life and its interval in QCP, as given in below.

Detection Matrix Example B10 QCP.png.png

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

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