Exponential Confidence Bounds

From ReliaWiki
Jump to navigation Jump to search

Confidence Bounds

In this section, we present the methods used in the application to estimate the different types of confidence bounds for exponentially distributed data. The complete derivations were presented in detail (for a general function) in the chapter for Confidence Bounds. At this time we should point out that exact confidence bounds for the exponential distribution have been derived, and exist in a closed form, utilizing the distribution. These are described in detail in Kececioglu [20], and are covered in the section in the test design chapter. For most exponential data analyses, Weibull++ will use the approximate confidence bounds, provided from the Fisher information matrix or the likelihood ratio, in order to stay consistent with all of the other available distributions in the application. The confidence bounds for the exponential distribution are discussed in more detail in the test design chapter.

Fisher Matrix Bounds

Bounds on the Parameters

For the failure rate the upper () and lower () bounds are estimated by Nelson [30]:

where is defined by:

If is the confidence level, then for the two-sided bounds, and for the one-sided bounds.

The variance of is estimated from the Fisher matrix, as follows:

where is the log-likelihood function of the exponential distribution, described in Appendix D.

Note that, for fixed , the log-likelihood function is increasing in . This means that the MLE solution for cannot be found by setting to zero. (Since is increasing in , can never be zero.) Instead, the MLE solution for is simply its largest possible value allowed by the sample; namely, , the first failure time. The MLE solution for is found in the usual fashion by setting to zero and solving. Weibull++ treats as a constant when computing bounds; i.e., . (See the discussion in Appendix D for more information.)

Bounds on Reliability

The reliability of the two-parameter exponential distribution is:

The corresponding confidence bounds are estimated from:

These equations hold true for the 1-parameter exponential distribution, with .

Bounds on Time

The bounds around time for a given exponential percentile, or reliability value, are estimated by first solving the reliability equation with respect to time, or reliable life:

The corresponding confidence bounds are estimated from:

The same equations apply for the one-parameter exponential with

Likelihood Ratio Confidence Bounds

Bounds on Parameters

For one-parameter distributions such as the exponential, the likelihood confidence bounds are calculated by finding values for that satisfy:

This equation can be rewritten as:

For complete data, the likelihood function for the exponential distribution is given by:

where the values represent the original time-to-failure data. For a given value of , values for can be found which represent the maximum and minimum values that satisfy the above likelihood ratio equation. These represent the confidence bounds for the parameters at a confidence level where for two-sided bounds and for one-sided.

Example: LR Bounds for Lambda

Five units are put on a reliability test and experience failures at 20, 40, 60, 100, and 150 hours. Assuming an exponential distribution, the MLE parameter estimate is calculated to be . Calculate the 85% two-sided confidence bounds on these parameters using the likelihood ratio method.

Solution

The first step is to calculate the likelihood function for the parameter estimates:

where are the original time-to-failure data points. We can now rearrange the likelihood ratio equation to the form:

Since our specified confidence level, , is 85%, we can calculate the value of the chi-squared statistic, We can now substitute this information into the equation:

It now remains to find the values of which satisfy this equation. Since there is only one parameter, there are only two values of that will satisfy the equation. These values represent the two-sided confidence limits of the parameter estimate . For our problem, the confidence limits are:

Bounds on Time and Reliability

In order to calculate the bounds on a time estimate for a given reliability, or on a reliability estimate for a given time, the likelihood function needs to be rewritten in terms of one parameter and time/reliability, so that the maximum and minimum values of the time can be observed as the parameter is varied. This can be accomplished by substituting a form of the exponential reliability equation into the likelihood function. The exponential reliability equation can be written as:

This can be rearranged to the form:

This equation can now be substituted into the likelihood ratio equation to produce a likelihood equation in terms of and

The unknown parameter depends on what type of bounds are being determined. If one is trying to determine the bounds on time for the equation for the mean and the Bayes's rule equation for single parametera given reliability, then is a known constant and is the unknown parameter. Conversely, if one is trying to determine the bounds on reliability for a given time, then is a known constant and is the unknown parameter. Either way, the likelihood ratio function can be solved for the values of interest.

Example: LR Bounds on Time

For the data given above for the LR Bounds on Lambda example (five failures at 20, 40, 60, 100 and 150 hours), determine the 85% two-sided confidence bounds on the time estimate for a reliability of 90%. The ML estimate for the time at is .

Solution

In this example, we are trying to determine the 85% two-sided confidence bounds on the time estimate of 7.797. This is accomplished by substituting and into the likelihood ratio bound equation. It now remains to find the values of which satisfy this equation. Since there is only one parameter, there are only two values of that will satisfy the equation. These values represent the two-sided confidence limits of the time estimate . For our problem, the confidence limits are:

Example: LR Bounds on Reliability

Again using the data given above for the LR Bounds on Lambda example (five failures at 20, 40, 60, 100 and 150 hours), determine the 85% two-sided confidence bounds on the reliability estimate for a . The ML estimate for the time at is .

Solution

In this example, we are trying to determine the 85% two-sided confidence bounds on the reliability estimate of 50.881%. This is accomplished by substituting and into the likelihood ratio bound equation. It now remains to find the values of which satisfy this equation. Since there is only one parameter, there are only two values of that will satisfy the equation. These values represent the two-sided confidence limits of the reliability estimate . For our problem, the confidence limits are:

.

Bayesian Confidence Bounds

Bounds on Parameters

From Confidence Bounds, we know that the posterior distribution of can be written as:

where , is the non-informative prior of .

With the above prior distribution, can be rewritten as:

The one-sided upper bound of is:

The one-sided lower bound of is:

The two-sided bounds of are:

Bounds on Time (Type 1)

The reliable life equation is:

For the one-sided upper bound on time we have:

The above equation can be rewritten in terms of as:

From the above posterior distribuiton equation, we have:

The above equation is solved w.r.t. The same method is applied for one-sided lower and two-sided bounds on time.

Bounds on Reliability (Type 2)

The one-sided upper bound on reliability is given by:


The above equaation can be rewritten in terms of as:


From the equation for posterior distribution we have:


The above equation is solved w.r.t. The same method can be used to calculate one-sided lower and two sided bounds on reliability.