Template:Likelihood Ratio Confidence Bounds: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Likelihood Ratio Confidence Bounds  ==
#REDIRECT [[Confidence_Bounds#Likelihood_Ratio_Confidence_Bounds]]
 
Another method for calculating confidence bounds is the likelihood ratio bounds (LRB) method. Conceptually, this method is a great deal simpler than that of the Fisher matrix, although that does not mean that the results are of any less value. In fact, the LRB method is often preferred over the FM method in situations where there are smaller sample sizes.
 
Likelihood ratio confidence bounds are based on the following likelihood ratio equation:
 
::<math>-2\cdot \text{ln}\left( \frac{L(\theta )}{L(\widehat{\theta })} \right)\ge \chi _{\alpha ;k}^{2}</math>
 
where:
 
:#<span class="texhtml">''L''(θ)</span> is the likelihood function for the unknown parameter vector <span class="texhtml">θ</span>
:#<math>L(\widehat{\theta })</math> is the likelihood function calculated at the estimated vector <math>\widehat{\theta }</math>
:#<math>\chi _{\alpha ;k}^{2}</math> is the chi-squared statistic with probability <span class="texhtml">α</span> and <span class="texhtml">''k''</span> degrees of freedom, where <span class="texhtml">''k''</span> is the number of quantities jointly estimated
 
If <span class="texhtml">δ</span> is the confidence level, then <span class="texhtml">α = δ</span> for two-sided bounds and <span class="texhtml">α = (2δ − 1)</span> for one-sided. Recall from Chapter [[Basic Statistical Background]] that if <span class="texhtml">''x''</span> is a continuous random variable with <span class="texhtml">''p''''d''''f''</span>:
 
::<center><span class="texhtml">''f''(''x'';θ<sub>1</sub>,θ<sub>2</sub>,...,θ<sub>''k''</sub>)</span> </center>,
 
where <span class="texhtml">θ<sub>1</sub>,θ<sub>2</sub>,...,θ<sub>''k''</sub></span> are <span class="texhtml">''k''</span> unknown constant parameters that need to be estimated, one can conduct an experiment and obtain <span class="texhtml">''R''</span> independent observations, <span class="texhtml">''x''<sub>1</sub>,</span> <span class="texhtml">''x''<sub>2</sub>,</span><span class="texhtml">...,''x''<sub>''R''</sub></span>, which correspond in the case of life data analysis to failure times. The likelihood function is given by:
 
::<math>L({{x}_{1}},{{x}_{2}},...,{{x}_{R}}|{{\theta }_{1}},{{\theta }_{2}},...,{{\theta }_{k}})=L=\underset{i=1}{\overset{R}{\mathop \prod }}\,f({{x}_{i}};{{\theta }_{1}},{{\theta }_{2}},...,{{\theta }_{k}})</math>
 
::<span class="texhtml">''i'' = 1,2,...,''R''</span>
 
The maximum likelihood estimators (MLE) of <span class="texhtml">θ<sub>1</sub>,θ<sub>2</sub>,...,θ<sub>''k''</sub>,</span> are obtained by maximizing <span class="texhtml">''L''.</span> These are represented by the <math>L(\widehat{\theta })</math> term in the denominator of the ratio in the likelihood ratio equation. Since the values of the data points are known, and the values of the parameter estimates <math>\widehat{\theta }</math> have been calculated using MLE methods, the only unknown term in the likelihood ratio equation is the <span class="texhtml">''L''(θ)</span> term in the numerator of the ratio. It remains to find the values of the unknown parameter vector <span class="texhtml">θ</span> that satisfy the likelihood ratio equation. For distributions that have two parameters, the values of these two parameters can be varied in order to satisfy the likelihood ratio equation. The values of the parameters that satisfy this equation will change based on the desired confidence level <span class="texhtml">δ;</span> but at a given value of <span class="texhtml">δ</span> there is only a certain region of values for <span class="texhtml">θ<sub>1</sub></span> and <span class="texhtml">θ<sub>2</sub></span> for which the likelihood ratio equation holds true. This region can be represented graphically as a contour plot, an example of which is given in the following graphic.
 
[[Image:Examplecontourplot.gif|thumb|center|307px]]
 
The region of the contour plot essentially represents a cross-section of the likelihood function surface that satisfies the conditions of the likelihood ratio equation.
 
'''Note on Contour Plots in Weibull++'''
 
Contour plots can be used for comparing data sets. Consider two data sets, one for an&nbsp;old product design and another for a new design.&nbsp;The engineer would like to determine if the two designs are significantly different and at what confidence. By plotting the contour plots of each data set in an overlay&nbsp;plot (the same distribution must be fitted to each data set), one can determine the confidence at which the two sets are significantly different. If, for example, there is no overlap (i.e., the two plots do not intersect) between the two 90% contours, then the two data sets are significantly different with a 90% confidence. If&nbsp;the two 95% contours overlap, then the two designs are NOT significantly different at the 95% confidence level. An example of non-intersecting contours is shown next. For details on comparing data sets, see&nbsp;[[Comparing Life Data Sets]].
 
<br>[[Image:Contourplot.gif|thumb|center|500px]]  
 
=== Confidence Bounds on the Parameters  ===
 
The bounds on the parameters are calculated by finding the extreme values of the contour plot on each axis for a given confidence level. Since each axis represents the possible values of a given parameter, the boundaries of the contour plot represent the extreme values of the parameters that satisfy the following:
 
::<math>-2\cdot \text{ln}\left( \frac{L({{\theta }_{1}},{{\theta }_{2}})}{L({{\widehat{\theta }}_{1}},{{\widehat{\theta }}_{2}})} \right)=\chi _{\alpha ;1}^{2}</math>
 
This equation can be rewritten as:
 
::<math>L({{\theta }_{1}},{{\theta }_{2}})=L({{\widehat{\theta }}_{1}},{{\widehat{\theta }}_{2}})\cdot {{e}^{\tfrac{-\chi _{\alpha ;1}^{2}}{2}}}</math>
 
The task now is to&nbsp;find the values of the parameters <span class="texhtml">θ<sub>1</sub></span> and <span class="texhtml">θ<sub>2</sub></span> so that the equality in&nbsp;the likelihood ratio equation shown above is satisfied. Unfortunately, there is no closed-form solution; therefore, these values must be arrived at numerically. One way to&nbsp;do this is to hold one parameter constant and iterate on the other until an acceptable solution is reached. This can prove to be rather tricky, since there will be two solutions for one parameter if the other is held constant. In situations such as these, it is best to begin the iterative calculations with values close to those of the MLE values, so as to ensure that one is not attempting to perform calculations outside of the region of the contour plot where no solution exists.
 
<br>'''Example 1:''' {{Example: Likelihood Ratio Bounds on Parameters }}
 
=== Confidence Bounds on Time (Type 1)  ===
 
The manner in which the bounds on the time estimate for a given reliability are calculated is much the same as the manner in which the bounds on the parameters are calculated. The difference lies in the form of the likelihood functions that comprise the likelihood ratio. In the preceding section, we used the standard form of the likelihood function, which was in terms of the parameters <span class="texhtml">θ<sub>1</sub></span> and <span class="texhtml">θ<sub>2</sub></span>. In order to calculate the bounds on a time estimate, the likelihood function needs to be rewritten in terms of one parameter and time, so that the maximum and minimum values of the time can be observed as the parameter is varied. This process is best illustrated with an example.
 
<br>'''Example 2:''' {{Example: Likelihood Ratio Bounds on Time (Type I)}}
 
=== Confidence Bounds on Reliability (Type 2)  ===
 
<br>The likelihood ratio bounds on a reliability estimate for a given time value are calculated in the same manner as were the bounds on time. The only difference is that the likelihood function must now be considered in terms of <span class="texhtml">β</span> and <span class="texhtml">''R''</span>. The likelihood function is once again altered in the same way as before, only now <span class="texhtml">''R''</span> is considered to be a parameter instead of <span class="texhtml">''t''</span>, since the value of <span class="texhtml">''t''</span> must be specified in advance. Once again, this process is best illustrated with an example.
 
<br>'''Example 3:''' {{Example: Likelihood Ratio Bounds on Reliability (Type 2)}}

Latest revision as of 00:06, 13 August 2012