Template:Maximum Likelihood Estimation for Exponential Distribution: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Redirected page to The Weibull Distribution)
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
===Maximum Likelihood Estimation for Exponential Distribution===
#REDIRECT [[The Weibull Distribution]]
As outlined in Chapter 3, maximum likelihood estimation works by developing a likelihood function based on the available data and finding the values of the parameter estimates that maximize the likelihood function. This can be achieved by using iterative methods to determine the parameter estimate values that maximize the likelihood function. This can be rather difficult and time-consuming, particularly when dealing with the three-parameter distribution. Another method of finding the parameter estimates involves taking the partial derivatives of the likelihood equation with respect to the parameters, setting the resulting equations equal to zero, and solving simultaneously to determine the values of the parameter estimates. The log-likelihood functions and associated partial derivatives used to determine maximum likelihood estimates for the exponential distribution are covered in Appendix C.
 
====Example 4====
Using the data of Example 2 and assuming a two-parameter exponential distribution, estimate the parameters using the MLE method.
 
=====Solution to Example 4=====
In this example we have complete data only. The partial derivative of the log-likelihood function, <math>\Lambda ,</math> is given by:
 
 
::<math>\frac{\partial \Lambda }{\partial \lambda }=\underset{i=1}{\overset{{{F}_{e}}}{\mathop \sum }}\,\left[ \frac{1}{\lambda }-\left( {{T}_{i}}-\gamma  \right) \right]=\underset{i=1}{\overset{14}{\mathop \sum }}\,\left[ \frac{1}{\lambda }-\left( {{T}_{i}}-\gamma  \right) \right]=0</math>
 
 
Complete descriptions of the partial derivatives can be found in Appendix C. Recall that when using the MLE method for the exponential distribution, the value of <math>\gamma </math> is equal to that of the first failure time. The first failure occurred at 5 hours, thus <math>\gamma =5</math> hours<math>.</math> Substituting the values for <math>T</math> and <math>\gamma </math> we get:
 
::<math>\frac{14}{\hat{\lambda }}=560</math>
 
:or:
 
::<math>\hat{\lambda }=0.025\text{ failures/hour}.</math>
 
 
:Using Weibull++:
 
[[Image:weibullfolio1.png|thumb|center|400px|]]
 
:The probability plot is:
 
[[Image:weibullfolioplot1.png|thumb|center|400px|]]

Latest revision as of 09:09, 3 August 2012