Template:Demonstration test design: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Redirected page to Reliability Test Design)
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
===Demonstration Test Design===
#REDIRECT [[Reliability Test Design]]
Frequently, a manufacturer will have to demonstrate that a certain product has met a goal of a certain reliability at a given time with a specific confidence.  Often, it will be desired to demonstrate that this goal has been met with a zero-failure test.  In order to design and conduct such a test, something about the behavior of the product will need to be known, i.e. the shape parameter of the product's life distribution. Beyond this, nothing more about the test is known, and usually the engineer designing the test will have to study the financial trade-offs between the number of units and amount of test time needed to demonstrate the desired goal.  In cases like this, it is useful to have a ``carpet plot'' that shows the possibilities of how a certain specification can be met.
 
This methodology requires the use of the cumulative binomial distribution in addition to the assumed distribution of the products' lifetimes. Not only does the life distribution of the products need to be assumed beforehand, but a reasonable assumption of the distribution's shape parameter must be provided as well.  Additional information that must be supplied includes the reliability to be demonstrated, the confidence level at which the demonstration takes place, the acceptable number of failures and either the number of available units or the amount of available test time. The output of this analysis can be the amount of time required to test the available units or the required number of units that need to be tested during the available test time.
 
====Reliability Demonstration====
Frequently, the entire purpose of designing a test with few or no failures is to demonstrate a certain reliability,  <math>{{R}_{DEMO}}</math> , at a certain time. With the exception of the exponential distribution (and ignoring the location parameter for the time being), this reliability is going to be a function of time, a shape parameter and a scale parameter.
 
::<math>{{R}_{DEMO}}=g({{t}_{DEMO}};\theta ,\phi )</math>
 
:where:
 
::<math>\begin{align}
  &  & {{t}_{DEMO}}\text{ is the time at which the demonstrated reliability is specified} \\
&  & \theta \text{ is the shape parameter} \\
&  & \phi \text{ is the scale parameter} 
\end{align}</math>
 
Since required inputs to the process include  <math>{{R}_{DEMO}}</math> ,  <math>{{t}_{DEMO}}</math>  and  <math>\theta </math> , the value of the scale parameter can be backed out of the reliability equation of the assumed distribution, and will be used in the calculation of another reliability value,  <math>{{R}_{TEST}}</math> , which is the reliability that is going to be incorporated in the actual test calculation.  How this calculation is performed depends on whether one is attempting to solve for the number of units to be tested in an available amount of time, or attempting to find how long to test an available number of test units.
 
{{determining units for available test time}}
 
====Determining Test Time for Available Units====
The way that one determines the test time for the available number of test units is quite similar to the process described previously.  In this case, one knows beforehand the number of units,  <math>n</math> , the number of allowable failures,  <math>f</math> , and the confidence level,  <math>CL</math> . With this information, the next step involves solving Eqn. (relcum) for  <math>{{R}_{TEST}}</math> . With this value known, one can use the appropriate reliability equation to back out the value of  <math>{{t}_{TEST}}</math> , since  <math>{{R}_{TEST}}=g({{t}_{TEST}};\theta ,\phi )</math> , and  <math>{{R}_{TEST}}</math> ,  <math>\theta </math>  and  <math>\phi </math>  have already been calculated or specified.
 
====MTTF Demonstration====
Designing a test to demonstrate a certain value of the  <math>MTTF</math>  is identical to designing a reliability demonstration test, with the exception of how the value of the scale parameter  <math>\phi </math>  is determined.  Given the value of the  <math>MTTF</math>  and the value of the shape parameter  <math>\theta </math> , the value of the scale parameter  <math>\phi </math>  can be calculated. With this, the analysis can proceed as with the reliability demonstration methodology.
 
====Weibull Distribution Example - Demonstrate Reliability====
In this example, we will design a test to demonstrate a reliability of 90% at  <math>t=100</math>  hours, with a 95% confidence.  We will assume a Weibull distribution with a shape parameter  <math>\beta =1.5</math> . No failures will be allowed on this test, or  <math>f=0</math> .
=====Determining Units for Available Time=====
In the above scenario, we know that we have the testing facilities available for  <math>t=48</math>  hours. We must now determine the number of units to test for this amount of time with no failures in order to have demonstrated our reliability goal.
The first step is to determine the Weibull scale parameter,  <math>\eta .</math>  The Weibull reliability equation is:
 
::<math>R={{e}^{-{{(t/\eta )}^{\beta }}}}</math>
 
 
This can be rewritten as:
 
::<math>\eta =\frac{{{t}_{DEMO}}}{{{(-\text{ln}({{R}_{DEMO}}))}^{\tfrac{1}{\beta }}}}</math>
 
 
Since we know the values of  <math>{{t}_{DEMO}}</math> ,  <math>{{R}_{DEMO}}</math>  and  <math>\beta </math> , we can substitute these in the equation and solve for  <math>\eta </math> :
 
 
::<math>\eta =\frac{100}{{{(-\text{ln}(0.9))}^{\tfrac{1}{1.5}}}}=448.3</math>
 
 
 
Next, the value of  <math>{{R}_{TEST}}</math>  is calculated by:
 
 
::<math>{{R}_{TEST}}={{e}^{-{{({{t}_{TEST}}/\eta )}^{\beta }}}}={{e}^{-{{(48/448.3)}^{1.5}}}}=0.966=96.6%.</math>
 
 
The last step is to substitute the appropriate values into the cumulative binomial equation, which for the Weibull distribution appears as:
 
 
::<math>1-C.L.=\underset{i=0}{\overset{f}{\mathop \sum }}\,\frac{n!}{i!\cdot (n-i)!}\cdot {{(1-{{e}^{-{{({{t}_{TEST}}/\eta )}^{\beta }}}})}^{i}}\cdot {{({{e}^{-{{({{t}_{TEST}}/\eta )}^{\beta }}}})}^{(n-i)}}</math>
 
The values of  <math>CL</math> ,  <math>{{t}_{TEST}}</math> ,  <math>\beta </math> ,  <math>f</math>  and  <math>\eta </math>  have already been calculated or specified, so it merely remains to solve the equation for  <math>n.</math>  This value is  <math>n=85.4994,</math>  or  <math>n=86</math>  units, since the fractional value must be rounded up to the next integer value. This example solved in Weibull++ is shown next.
 
[[Image:lda21.1.gif|thumb|center|300px| ]]
 
=====Determining Time for Available Units=====
In this case, we will assume that we have 20 units to test,  <math>n=20</math> , and must determine the test time,  <math>{{t}_{TEST}}.</math>  We have already determined the value of the scale parameter,  <math>\eta </math> , in the previous example. Since we know the values of  <math>n</math> ,  <math>CL</math> ,  <math>f</math> ,  <math>\eta </math>  and  <math>\beta </math> , it remains to solve Eqn. (weibcum) for  <math>{{t}_{TEST}}</math> . This value is  <math>{{t}_{TEST}}=126.4339</math>  hours.  This example solved in Weibull++ is shown next.
 
[[Image:lda21.2.gif|thumb|center|300px| ]]
 
====Weibull Distribution Example - Demonstrate MTTF====
In this example, we will design a test to demonstrate  <math>MTTF=75</math>  hours, with a 95% confidence.  We will once again assume a Weibull distribution with a shape parameter  <math>\beta =1.5</math> .  No failures will be allowed on this test, or  <math>f=0</math> . We want to determine the number of units to test for  <math>{{t}_{TEST}}=60</math>  hours to demonstrate this goal.
 
The first step in this case involves determining the value of the scale parameter  <math>\eta </math>  from the  <math>MTTF</math>  equation. The equation for the  <math>MTTF</math>  for the Weibull distribution is:
 
::<math>MTTF=\eta \cdot \Gamma (1+\frac{1}{\beta })</math>
 
 
where  <math>\Gamma (x)</math>  is the gamma function of  <math>x</math> . This can be rearranged in terms of  .. :
 
::<math>\eta =\frac{MTTF}{\Gamma (1+\tfrac{1}{\beta })}</math>
 
 
Since  <math>MTTF</math>  and  <math>\beta </math>  have been specified, it is a relatively simple matter to calculate  <math>\eta =83.1</math> . From this point on, the procedure is the same as the reliability demonstration example. Next, the value of  <math>{{R}_{TEST}}</math>  is calculated as:
 
::<math>{{R}_{TEST}}={{e}^{-{{({{t}_{TEST}}/\eta )}^{\beta }}}}={{e}^{-{{(60/83.1)}^{1.5}}}}=0.541=54.1%</math>
 
 
The last step is to substitute the appropriate values into the cumulative binomial equation. The values of  <math>CL</math> ,  <math>{{t}_{TEST}}</math> ,  <math>\beta </math> ,  <math>f</math>  and  <math>\eta </math>  have already been calculated or specified, so it merely remains to solve Eqn. (relcum) for  <math>n.</math>  The value is calculated as  <math>n=4.8811,</math>  or  <math>n=5</math>  units, since the fractional value must be rounded up to the next integer value.  This example solved in Weibull++ is shown next.
 
[[Image:lda21.3.gif|thumb|center|300px| ]]
 
The procedure for determining the required test time proceeds in the same manner, determining  <math>\eta </math>  from the  <math>MTTF</math>  equation, and following the previously described methodology to determine  <math>{{t}_{TEST}}</math>  from Eqn. (weibcum).
 
====Nonparametric Test Design====
Eqn. (relcum) can be used for nonparametric demonstration test design.  One must merely assume values for three of the inputs of  <math>CL</math> ,  <math>{{R}_{TEST}}</math> ,  <math>n</math> , and  <math>f</math> , and solve for the fourth. Note that there is no time value associated with this methodology, so one must assume that the value of  <math>{{R}_{TEST}}</math>  is associated with the amount of time for which the units were tested.

Latest revision as of 08:02, 29 June 2012