Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Experimental design›Robust Fault Tree Analysis — FTA with Uncertainty Quantification
Process / pipelineEngineering methods

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.

ScholarGate
  1. Process / pipeline
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Robust Fault Tree Analysis
Event Tree AnalysisFailure Mode and Effects…Fault Tree AnalysisRobust Failure Mode and…Robust Reliability Analy…Statistical Process Cont…Robust event tree analys…Robust Root Cause Analys…

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

Strengths
  • 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.
Limitations
  • 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

  1. Vesely, W. E., Goldberg, F. F., Roberts, N. H., & Haasl, D. F. (1981). Fault Tree Handbook. U.S. Nuclear Regulatory Commission, NUREG-0492. link ↗
  2. 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

Related methods

Event Tree AnalysisFailure Mode and Effects AnalysisFault Tree AnalysisRobust Failure Mode and Effects AnalysisRobust Reliability AnalysisStatistical Process Control

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
Compare side by side →

Referenced by

Robust event tree analysisRobust Root Cause Analysis

Similar methods

Robust event tree analysisRisk-based fault tree analysisSimulation-assisted fault tree analysisSensitivity analysis with fault tree analysisHybrid Fault Tree AnalysisBayesian Fault Tree AnalysisMulti-response fault tree analysisHybrid Event Tree Analysis

Related reference concepts

Prior Elicitation and Sensitivity AnalysisReasoning Under UncertaintyOccupational Risk AssessmentProbabilistic InferenceHazard versus Risk AssessmentRisk Assessment

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Robust Fault Tree Analysis (Robust Fault Tree Analysis with Uncertainty Quantification). Retrieved 2026-07-21 from https://scholargate.app/en/experimental-design/robust-fault-tree-analysis · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Extended from classical FTA (Watson, 1961; Bell Labs / U.S. Air Force); robustness extensions developed through reliability engineering and uncertainty quantification research from the 1980s onward
Year
1980s–2000s (robustness extensions to classical FTA ca. 1961)
Type
Quantitative reliability and safety analysis with uncertainty propagation
DataType
Component failure rates, probability intervals, expert-elicited bounds, historical failure data
Subfamily
Engineering methods
Related methods
Event Tree AnalysisFailure Mode and Effects AnalysisFault Tree AnalysisRobust Failure Mode and Effects AnalysisRobust Reliability AnalysisStatistical Process Control
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account