Robust Fault Tree Analysis — FTA with Uncertainty Quantification
Robust Fault Tree Analysis with Uncertainty Quantification · Also known as: Robust FTA, Uncertainty-aware FTA, FTA with interval analysis, Imprecise probability FTA
Robust Fault Tree Analysis (Robust FTA) extends classical fault tree analysis by explicitly representing and propagating uncertainty in component failure probabilities. Rather than assigning single point estimates to basic events, it uses probability distributions, interval bounds, or imprecise probabilities, then propagates these through the logical tree structure to obtain bounds or distributions on the top-event failure probability. This makes risk conclusions defensible under incomplete or variable data.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Use Robust FTA when component failure data are sparse, heterogeneous, or subject to significant epistemic uncertainty — situations common in early-stage design, novel technologies, or safety-critical systems with few historical failures. It is appropriate in nuclear, chemical process, aerospace, and infrastructure risk assessments where regulators require explicit uncertainty quantification. Do NOT use it when precise, well-validated failure rates are available for all basic events and a point-estimate FTA already suffices; the added complexity of uncertainty propagation is not warranted. Avoid it also for systems with hundreds of shared basic events and complex dependencies, where interval arithmetic becomes overly conservative and full probabilistic simulation is more tractable with dedicated tools.
Strengths & limitations
- Produces honest risk bounds rather than false-precision point estimates, improving defensibility of safety arguments.
- Sensitivity analysis identifies the basic events whose uncertainty most drives top-event uncertainty, focusing data-collection effort.
- Compatible with standard fault tree structures — the robust extension adds uncertainty inputs without restructuring the logic.
- Supports regulatory and standards compliance in sectors requiring explicit epistemic uncertainty treatment (IEC 61508, ISO 26262, nuclear PSA).
- Handles mixed data quality: precise rates for well-tested components can coexist with interval bounds for novel or rare-failure components.
- Interval arithmetic can produce overly wide bounds when many basic events share dependence, making results too conservative to be decision-useful.
- Monte Carlo propagation of distributions requires software (e.g., OpenFTA, CAFTA, Python reliability libraries) and statistical expertise beyond standard FTA.
- Eliciting well-calibrated probability intervals from experts is methodologically demanding and prone to anchoring bias without structured protocols.
- Computational cost scales with tree complexity and the choice of propagation method; very large trees may require simplification or modularisation.
Frequently asked
How is Robust FTA different from standard quantitative FTA?
Standard quantitative FTA assigns a single point-estimate probability to each basic event and computes a single top-event probability. Robust FTA replaces those point estimates with intervals, distributions, or evidence-theoretic representations, then propagates the uncertainty through the tree to obtain a range or distribution for the top-event probability. The logical tree structure is identical; only the numerical inputs and propagation arithmetic differ.
What propagation method should I choose — interval arithmetic or Monte Carlo?
Use interval arithmetic when basic events are independent and the tree is small to moderate in size; it is exact for that case and computationally trivial. Use Monte Carlo simulation when basic events share dependencies or when you want a full probability distribution (not just bounds) on the top event. For trees with repeated basic events, interval arithmetic can produce overly conservative bounds; Monte Carlo handles dependence more accurately.
Can I apply Robust FTA without specialist software?
Small trees (fewer than 20 basic events, no repeated events) can be propagated manually using interval arithmetic or with a spreadsheet. Larger trees require software. Open-source options include the Python reliability library and OpenFTA; commercial tools such as CAFTA and ITEM Toolkit support uncertainty inputs. The Dempster-Shafer and imprecise-probability approaches typically require custom scripting or specialised toolboxes.
How do I elicit probability intervals from experts?
Structured expert elicitation protocols are strongly recommended. Cooke's Classical Method uses seed variables with known answers to calibrate expert performance before eliciting target quantities. The SHELF (Sheffield Elicitation Framework) protocol guides experts to specify a plausible range and a median, then fits a distribution. Unstructured interviews tend to produce overconfident narrow intervals; the structured protocols counteract this anchoring bias.
Is Robust FTA accepted by safety regulators?
Yes, in principle. NUREG/CR-6728 (U.S. NRC) and IAEA safety guides explicitly recognise uncertainty quantification in probabilistic risk assessment. IEC 61508 and ISO 26262 require uncertainty to be addressed in functional safety assessments. The specific propagation method is generally left to the analyst's engineering judgment, provided the uncertainty treatment is documented and justified.
Sources
- Vesely, W. E., Goldberg, F. F., Roberts, N. H., & Haasl, D. F. (1981). Fault Tree Handbook. U.S. Nuclear Regulatory Commission, NUREG-0492. link ↗
- Aven, T. (2013). On the meaning of a black swan in a risk context. Safety Science, 57, 44-51. DOI: 10.1016/j.ssci.2013.01.016 ↗
How to cite this page
ScholarGate. (2026, June 3). Robust Fault Tree Analysis with Uncertainty Quantification. ScholarGate. https://scholargate.app/en/experimental-design/robust-fault-tree-analysis
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Event Tree AnalysisReliability↔ compare
- Failure Mode and Effects AnalysisExperimental design↔ compare
- Fault Tree AnalysisReliability↔ compare
- Robust Failure Mode and Effects AnalysisExperimental design↔ compare
- Robust Reliability AnalysisExperimental design↔ compare
- Statistical Process ControlExperimental design↔ compare