R-DOE Analysis of Data Following the Weibull Distribution

The Weibull Distribution is one of the commonly used distributions (in addition to lognormal and exponential) to conduct Reliability DOE analysis to investigate stresses that affect the life of a product.

 

This section includes the following subsection:

 

 

The probability density function for the two parameter Weibull distribution is:MATH

where is the scale parameter of the Weibull distribution and is the shape parameter.[19] To distinguish the Weibull shape parameter from the effect coefficients, the shape parameter is represented as instead of in the remaining chapter.

 

For data following the two parameter Weibull distribution, the life characteristic used in R-DOE analysis is the scale parameter, .[18] Since represents life data that cannot take negative values, a logarithmic transformation is applied to it. The resulting model used in the R-DOE analysis for a two factor experiment with each factor at two levels can be written as follows:MATH(22)where:

 

The model can be easily expanded to include other factors and their interactions. Note that when any data follows the Weibull distribution, the logarithmic transformation of the data follows the extreme-value distribution, whose probability density function is given as follows:MATH(23)

where the s follows the Weibull distribution, is the location parameter of the extreme-value distribution and is the scale parameter of the extreme-value distribution. [Note] Eqns. (22) and (23) show that for R-DOE analysis of life data that follows the Weibull distribution, the random error terms, , will follow the extreme-value distribution (and not the normal distribution). Hence, regression techniques are not applicable even if the data is complete. Therefore, maximum likelihood estimation has to be used.

Maximum Likelihood Estimation for the Weibull Distribution

The likelihood function for complete data in R-DOE analysis of Weibull distributed life data is:MATHwhere:

 

For right censored data, the likelihood function is:MATHwhere:

 

For interval data, the likelihood function is:MATHwhere:

 

In each of the likelihood functions, is substituted based on Eqn. (22) as:MATH

The complete likelihood function when all types of data (complete, right and left censored) are present is:MATH

Then the log-likelihood function is:MATH

The MLE estimates are obtained by solving for parameters so that:MATHOnce the estimates are obtained, the significance of any parameter, , can be assessed using the likelihood ratio test. Other results can also be obtained as discussed in Chapter 11, Maximum Likelihood Estimation for the Lognormal Distribution and Chapter 11, Fisher Matrix Bounds on Parameters.

 

See Also:

 

Fisher Matrix Bounds on Parameter

R-DOE Analysis of Data Following the Exponential Distribution

Reliability DOE

Maximum Likelihood Estimation for the Lognormal Distribution