Template:MLE Example (EXP1-2): Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with ' ====MLE Parameter Estimation==== <br> Let's assume six identical units are reliability tested at the same application and operation stress levels. All of these units fail duri…')
 
Line 7: Line 7:
stress levels. All of these units fail during the test after operating for the following times (in hours),  <math>{{T}_{i}}</math> : 96, 257, 498, 763, 1051 and 1744.
stress levels. All of these units fail during the test after operating for the following times (in hours),  <math>{{T}_{i}}</math> : 96, 257, 498, 763, 1051 and 1744.


The parameter of the exponential distribution can also be estimated using the maximum likelihood estimation (MLE) method. This log-likelihood function is:  
The parameter of the exponential distribution can also be estimated using the maximum likelihood estimation (MLE) method.  
 
This log-likelihood function is:  


<br>
<br>

Revision as of 12:52, 29 October 2011

MLE Parameter Estimation


Let's assume six identical units are reliability tested at the same application and operation stress levels. All of these units fail during the test after operating for the following times (in hours), [math]\displaystyle{ {{T}_{i}} }[/math] : 96, 257, 498, 763, 1051 and 1744.

The parameter of the exponential distribution can also be estimated using the maximum likelihood estimation (MLE) method.

This log-likelihood function is:


[math]\displaystyle{ \ln (L)=\Lambda =\underset{i=1}{\overset{{{F}_{e}}}{\mathop \sum }}\,{{N}_{i}}\ln \left[ \lambda {{e}^{-\lambda {{T}_{i}}}} \right]-\underset{i=1}{\overset{S}{\mathop \sum }}\,N_{i}^{\prime }\lambda T_{i}^{\prime }+\overset{FI}{\mathop{\underset{i=1}{\mathop{\underset{}{\overset{}{\mathop \sum }}\,}}\,}}\,N_{i}^{\prime \prime }\ln [R_{Li}^{\prime \prime }-R_{Ri}^{\prime \prime }] }[/math]


where:

[math]\displaystyle{ R_{Li}^{\prime \prime }={{e}^{-\lambda T_{Li}^{\prime \prime }}} }[/math]


[math]\displaystyle{ R_{Ri}^{\prime \prime }={{e}^{-\lambda T_{Ri}^{\prime \prime }}} }[/math]


and

[math]\displaystyle{ {{F}_{e}} }[/math] is the number of groups of times-to-failure data points.
[math]\displaystyle{ {{N}_{i}} }[/math] is the number of times-to-failure in the [math]\displaystyle{ {{i}^{th}} }[/math] time-to-failure data group.
[math]\displaystyle{ \lambda }[/math] is the failure rate parameter (unknown a priori, the only parameter to be found).
[math]\displaystyle{ {{T}_{i}} }[/math] is the time of the [math]\displaystyle{ {{i}^{th}} }[/math] group of time-to-failure data.
[math]\displaystyle{ S }[/math] is the number of groups of suspension data points.
[math]\displaystyle{ N_{i}^{\prime } }[/math] is the number of suspensions in the [math]\displaystyle{ {{i}^{th}} }[/math] group of suspension data points.
[math]\displaystyle{ T_{i}^{\prime } }[/math] is the time of the [math]\displaystyle{ {{i}^{th}} }[/math] suspension data group.
[math]\displaystyle{ FI }[/math] is the number of interval data groups.
[math]\displaystyle{ N_{i}^{\prime \prime } }[/math] is the number of intervals in the i [math]\displaystyle{ ^{th} }[/math] group of data intervals.
[math]\displaystyle{ T_{Li}^{\prime \prime } }[/math] is the beginning of the i [math]\displaystyle{ ^{th} }[/math] interval.
[math]\displaystyle{ T_{Ri}^{\prime \prime } }[/math] is the ending of the i [math]\displaystyle{ ^{th} }[/math] interval.


The solution will be found by solving for a parameter [math]\displaystyle{ \widehat{\lambda } }[/math] so that [math]\displaystyle{ \tfrac{\partial \Lambda }{\partial \lambda }=0 }[/math] where:

[math]\displaystyle{ \frac{\partial \Lambda }{\partial \lambda }=\underset{i=1}{\overset{{{F}_{e}}}{\mathop \sum }}\,{{N}_{i}}\left( \frac{1}{\lambda }-{{T}_{i}} \right)-\underset{i=1}{\overset{S}{\mathop \sum }}\,N_{i}^{\prime }T_{i}^{\prime }-\overset{FI}{\mathop{\underset{i=1}{\mathop{\underset{}{\overset{}{\mathop \sum }}\,}}\,}}\,N_{i}^{\prime \prime }\frac{T_{Li}^{\prime \prime }R_{Li}^{\prime \prime }-T_{Ri}^{\prime \prime }R_{Ri}^{\prime \prime }}{R_{Li}^{\prime \prime }-R_{Ri}^{\prime \prime }} }[/math]


Example 2


Using the same data as in the probability plotting example (Example 1), and assuming an exponential distribution, estimate the parameter using the MLE method.
Solution
In this example we have non-grouped data without suspensions. Thus Eqn. (exp-mle) becomes:

[math]\displaystyle{ \frac{\partial \Lambda }{\partial \lambda }=\underset{i=1}{\overset{{{F}_{e}}}{\mathop \sum }}\,\left[ \frac{1}{\lambda }-\left( {{T}_{i}} \right) \right]=\underset{i=1}{\overset{14}{\mathop \sum }}\,\left[ \frac{1}{\lambda }-\left( {{T}_{i}} \right) \right]=0 }[/math]


Substituting the values for [math]\displaystyle{ T }[/math] we get:


[math]\displaystyle{ \begin{align} \frac{6}{\lambda }= & 4409,\text{ or:} \\ \lambda = & 0.00136\text{ failure/hr} \end{align} }[/math]