ImportanceMeasures
R2026bDescription
ImportanceMeasures objects represent the importance measures calculated
in Safety Analysis Manager fault tree documents. Each event that contributes to the
failure properties calculated at the specified gate has importance measures. For example, if
the top-level gate has two input events, the importance measures of the top-level gate
includes ImportanceMeasures objects for both events.
Creation
To create ImportanceMeasures objects:
Set the
ComputePropertiesproperty of theGateobject totrue.Evaluate a fault tree document by using the
evaluatefunction on aFaultTreeDocumentobject.Get the
ImportanceMeasuresproperty of theGateobject.
Properties
Examples
Algorithms
When you run the evaluate function, the Safety Analysis
Manager calculates the Birnbaum, Fussell-Vesely, and Criticality importance measures
for each event downstream from this event by using these equations:
| Importance Measure | Equation |
|---|---|
| Birnbaum |
|
| Fussell-Vesely |
|
| Criticality |
|
The equations use these variables and operations:
G — The gate.
E — The event.
P(E) — The failure probability calculated at E.
P(G) — The failure probability calculated at G.
P(G|E) — The conditional probability that G occurs if E occurs.
P(G|Ē) — The conditional probability that G occurs if E does not occur.
For more information about how these measures are calculated, see [1].
References
[1] Rauzy, Antoine. Probabilistic Safety Analysis with XFTA. The AltaRica Association, 2020.
Version History
Introduced in R2026b