WLJS LogoWLJS Notebook

StructuralImportance

StructuralImportance[rdist] gives the structural importances for all components in the ReliabilityDistribution rdist.

  • StructuralImportance[fdist] gives the structural importances for all components in the FailureDistribution fdist.
  • StructuralImportance[bexpr, {x1, x2, ...}] gives the structural importance for the components x1, x2, ... in the Boolean expression bexpr.

Examples

StructuralImportance[a && (b || c), {a, b, c}]

Please visit the official Wolfram Language Reference for more details.

On this page