|
SOLUTIONS
|
Mathematica
>
Data Manipulation
>
Statistical Data Analysis
>
Probability & Statistics
>
Reliability
>
BirnbaumImportance
BUILT-IN MATHEMATICA SYMBOL
BirnbaumImportance
BirnbaumImportance[rdist, t]
gives the Birnbaum importances for all components in the ReliabilityDistribution rdist at time t.
BirnbaumImportance[fdist, t]
gives the Birnbaum importances for all components in the FailureDistribution fdist at time t.
DetailsDetails
- BirnbaumImportance is also known as reliability importance.
- The Birnbaum importance is the improvement in the reliability that would be gained by replacing a failed component
with a perfect component
. - The Birnbaum importance at time t for component
is given by
where
is the probability that the system is working given that the
component is perfect and
is the probability that the system is working given that the
component has failed. - The results are returned in the component order given in the distribution list in rdist or fdist.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
Two components connected in series, with different lifetime distributions:
| In[2]:= |
The result is given in the same order as the distribution list in ReliabilityDistribution:
| In[3]:= |
| Out[3]= |
| In[4]:= |
| Out[4]= | ![]() |
Two components connected in parallel, with different lifetime distributions:
| In[1]:= |
| In[2]:= |
| Out[2]= |
Use fault tree-based modeling to define the system:
| In[1]:= |
| In[2]:= |
| Out[2]= |
| In[3]:= |
| Out[3]= | ![]() |
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


