Template:Non-parametric LDA confidence bounds: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
(Redirected page to Non-Parametric Life Data Analysis)
 
Line 1: Line 1:
== Non-Parametric Confidence Bounds  ==
#REDIRECT [[Non-Parametric Life Data Analysis]]
 
Confidence bounds for non-parametric reliability estimates can be calculated using a method similar to that of parametric confidence bounds. The difficulty in dealing with nonparametric data lies in the estimation of the variance. To estimate the variance for non-parametric data, Weibull++ uses Greenwood's formula [[Appendix: Weibull References|[27]]]:
 
::<math>\widehat{Var}(\widehat{R}({{t}_{i}}))={{\left[ \widehat{R}({{t}_{i}}) \right]}^{2}}\cdot \underset{j=1}{\overset{i}{\mathop \sum }}\,\frac{\tfrac{{{r}_{j}}}{{{n}_{j}}}}{{{n}_{j}}\cdot \left( 1-\tfrac{{{r}_{j}}}{{{n}_{j}}} \right)}</math>
 
where:
 
::<math>\begin{align}
  & m=  \text{ the total number of intervals} \\
& 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 interval }j \\
& {{s}_{j}}=  \text{the number of suspensions in interval }j 
\end{align}</math>
 
Once the variance has been calculated, the standard error can be determined by taking the square root of the variance:
 
::<math>{{\widehat{se}}_{\widehat{R}}}=\sqrt{\widehat{Var}(\widehat{R}({{t}_{i}}))}</math>
 
This information can then be applied to determine the confidence bounds:
 
::<math>\left[ LC{{B}_{\widehat{R}}},\text{ }UC{{B}_{\widehat{R}}} \right]=\left[ \frac{\widehat{R}}{\widehat{R}+(1-\widehat{R})\cdot w},\text{ }\frac{\widehat{R}}{\widehat{R}+(1-\widehat{R})/w} \right]</math>
 
where:
 
::<math>w={{e}^{{{z}_{\alpha }}\cdot \tfrac{{{\widehat{se}}_{\widehat{R}}}}{\left[ \widehat{R}\cdot (1-\widehat{R}) \right]}}}</math>
 
and <span class="texhtml">α</span> is the desired confidence level for the 1-sided confidence bounds.
 
<br>'''Example 4:''' {{Example: Non-parametric LDA Confidence Bounds Example}}

Latest revision as of 07:35, 29 June 2012