|
|
Line 1: |
Line 1: |
| == Kaplan-Meier Estimator ==
| | #REDIRECT [[Non-Parametric Life Data Analysis]] |
| | |
| The Kaplan-Meier estimator, also known as the product limit estimator, can be used to calculate values for non-parametric reliability for data sets with multiple failures and suspensions. The equation of the estimator is given by:
| |
| | |
| ::<math>\widehat{R}({{t}_{i}})=\underset{j=1}{\overset{i}{\mathop \prod }}\,\frac{{{n}_{j}}-{{r}_{j}}}{{{n}_{j}}},\text{ }i=1,...,m</math>
| |
| | |
| where:
| |
| | |
| ::<math>\begin{align}
| |
| & m= \text{the total number of data points} \\
| |
| & n= \text{the total number of units}
| |
| \end{align}</math>
| |
| | |
| The variable <span class="texhtml">''n''<sub>''i''</sub></span> is defined by:
| |
| | |
| ::<math>{{n}_{i}}=n-\underset{j=0}{\overset{i-1}{\mathop \sum }}\,{{s}_{j}}-\underset{j=0}{\overset{i-1}{\mathop \sum }}\,{{r}_{j,}}\text{ }i=1,...,m</math>
| |
| | |
| where:
| |
| | |
| ::<math>\begin{align}
| |
| & {{r}_{j}}= \text{the number of failures in the }{{j}^{th}}\text{ data group} \\
| |
| & {{s}_{j}}= \text{the number of suspensions in the }{{j}^{th}}\text{ data group}
| |
| \end{align}</math>
| |
| | |
| Note that the reliability estimate is only calculated for times at which one or more failures occurred. For the sake of calculating the value of <span class="texhtml">''n''<sub>''j''</sub></span> at time values that have failures and suspensions, it is assumed that the suspensions occur slightly after the failures, so that the suspended units are considered to be operating and included in the count of <span class="texhtml">''n''<sub>''j''</sub></span> .
| |
| | |
| <br>'''Example 1:''' {{Example: Kaplan-Meier Example}}
| |