Template:ReliabilityFunction: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Replaced content with 'Category: For Deletion')
 
Line 1: Line 1:
==='''The Reliability Function'''===
[[Category: For Deletion]]
 
The reliability function can be derived using the previous definition of the cumulative distribution function. The probability of an event happening by time <math>t</math> is given by:
 
::<math>F(t)=\int_{0,\gamma}^{t}f(s)ds</math>
 
In particular, this represents the probability of a unit failing by time <math>t</math>.
From this, we obtain the most commonly used function in reliability engineering, the reliability function, which represents the probability of success of a unit in undertaking a mission of a prescribed duration.
To mathematically show this, we first define the unreliability function, <math>Q(t)</math>, which is the probability of failure, or the probability that our time-to-failure is in the region of <math>0</math> (or <math>\gamma </math>) and <math>t</math>. So from the previous equation:
 
::<math>F(t)=Q(t)=\int_{0,\gamma}^{t}f(s)ds</math>
 
[[Image:reliabilityfunction.png|center|200px|]]
 
In this situation, there are only two states that can occur: success or failure. These two states are also mutually exclusive. Since reliability and unreliability are the probabilities of these two mutually exclusive states, the sum of these probabilities is always equal to unity. So then:
 
::<math>\begin{align}
    Q(t)+R(t)& =  1 \\
        R(t) & =  1-Q(t) \\
        R(t) & =  1-\int_{0,\gamma}^{t}f(s)ds \\
        R(t) & =  \int_{t}^{\infty }f(s)ds 
\end{align}</math>
 
Conversely:
 
::<math>f(t)=-\frac{d(R(t))}{dt}</math>

Latest revision as of 12:09, 20 July 2012