| criticality_importance | R Documentation |
Probability that component j has failed AND is critical given
that the system has failed by time t. Equals
I_B(j; S(t)) * F_j(t) / F_sys(t).
criticality_importance(x, j, t)
## S3 method for class 'dist_structure'
criticality_importance(x, j, t)
x |
A dist_structure object. |
j |
Component index. |
t |
Scalar time. |
Numeric scalar in [0, 1].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.