|
SOLUTIONS
|
Mathematica
>
Data Manipulation
>
Statistical Data Analysis
>
Probability & Statistics
>
Reliability
>
BarlowProschanImportance
BUILT-IN MATHEMATICA SYMBOL
BarlowProschanImportance
BarlowProschanImportance[rdist]
gives the Barlow-Proschan importances for all components in the ReliabilityDistribution rdist.
BarlowProschanImportance[fdist]
gives the Barlow-Proschan importances for all components in the FailureDistribution fdist.
DetailsDetails
- The Barlow-Proschan importance for component i is the probability that the failure of component i coincides with the failure of the system.
- The Barlow-Proschan importance for component
is given by the expectation of Birnbaum importance for component
using the
component lifetime distribution. - 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[3]:= |
The result is given in the same order as the distribution list in ReliabilityDistribution:
| In[4]:= |
| Out[4]= |
| In[5]:= |
| Out[5]= | ![]() |
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 »


