Template:Alta prob plotting of ed

From ReliaWiki
Jump to navigation Jump to search

Probability Plotting

One method of calculating the parameter of the exponential distribution is by using probability plotting. To better illustrate this procedure, consider the following example.

Example 1

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), Ti : 96, 257, 498, 763, 1051 and 1744.
The steps for determining the parameters of the exponential pdf representing the data, using probability plotting, are as follows:

  • Rank the failure times in ascending order, as shown next.


[math]\displaystyle{ \begin{matrix} \text{Failure} & \text{Failure Order Number} \\ \text{Time (Hr)} & \text{out of a Sample Size of 6} \\ \text{96} & \text{1} \\ \text{257} & \text{2} \\ \text{498} & \text{3} \\ \text{763} & \text{4} \\ \text{1,051} & \text{5} \\ \text{1,744} & \text{6} \\ \end{matrix} }[/math]


  • Obtain their median rank plotting positions.


Median rank positions are used instead of other ranking methods because median ranks are at a specific confidence level (50%).

  • The failure times, with their corresponding median ranks, are shown next:


[math]\displaystyle{ \begin{matrix} \text{Failure} & \text{Median} \\ \text{Time (Hr)} & \text{Rank, }% \\ \text{96} & \text{10}\text{.91} \\ \text{257} & \text{26}\text{.44} \\ \text{498} & \text{42}\text{.14} \\ \text{763} & \text{57}\text{.86} \\ \text{1,051} & \text{73}\text{.56} \\ \text{1,744} & \text{89}\text{.10} \\ \end{matrix} }[/math]


  • On an exponential probability paper, plot the times on the x-axis and their corresponding rank value on the y-axis. The next figure displays an example of an exponential probability paper. The paper is simply a log-linear paper.


ALTA4.1.png


  • Draw the best possible straight line that goes through the t = 0 and (t) = 100% point and through the plotted points.
  • At the Q(t) = 63.2% or R(t) = 36.8% ordinate point, draw a straight horizontal line until this line intersects the fitted straight line. Draw a vertical line through this intersection until it crosses the abscissa. The value at the intersection of the abscissa is the estimate of the mean. For this case, [math]\displaystyle{ \widehat{\mu }=833 }[/math] hours which means that [math]\displaystyle{ \lambda =\tfrac{1}{\mu }=0.0012 }[/math] . (This is always at 63.2% since [math]\displaystyle{ (T)=1-{{e}^{-\tfrac{\mu }{\mu }}}=1-{{e}^{-1}}=0.632=63.2% }[/math].)


ALTA4.2.png



Now any reliability value for any mission time t can be obtained. For example, the reliability for a mission of 15 hour (or any other time) can now be obtained either from the plot or analytically.

To obtain the value from the plot, draw a vertical line from the abscissa, at t = 15 hours, to the fitted line. Draw a horizontal line from this intersection to the ordinate and read R(t) . In this case, R(t = 15) = 98.15% . This can also be obtained analytically, from the exponential reliability function.

MLE Parameter Estimation

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:


  • Fe is the number of groups of times-to-failure data points.
  • Ni is the number of times-to-failure in the ith time-to-failure data group.
  • λ is the failure rate parameter (unknown a priori, the only parameter to be found).
  • Ti is the time of the ith group of time-to-failure data.
  • S is the number of groups of suspension data points.
  • [math]\displaystyle{ N_{i}^{\prime } }[/math] is the number of suspensions in the ith group of suspension data points.
  • [math]\displaystyle{ T_{i}^{\prime } }[/math] is the time of the ith suspension data group.
  • FI is the number of interval data groups.
  • [math]\displaystyle{ N_{i}^{\prime \prime } }[/math] is the number of intervals in the ith group of data intervals.
  • [math]\displaystyle{ T_{Li}^{\prime \prime } }[/math] is the beginning of the ith interval.
  • [math]\displaystyle{ T_{Ri}^{\prime \prime } }[/math] is the ending of the ith 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. Therefore:

[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 T we get:

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