Build an RBD from a simple table, visualize the hierarchy, and compute overall system reliability.
Columns (in order): Component Name, Type (Block, Series, Parallel, KofN), Parent (blank for root), Reliability (0–1, only for Block), k (required for KofN — minimum successes; children must be equal-reliability Blocks).
| Component Name | Type | Parent | Reliability (0–1) | k (KofN) | |
|---|---|---|---|---|---|
| — | |||||
| — | |||||
| — | |||||
| — | |||||
| — | |||||
| — | |||||
| — |
Computed from the root node (blank Parent). Series: product of children. Parallel: 1 − Π(1 − rᵢ). KofN: binomial tail sum (all children must have equal Block r).
Click Generate to compute and display node reliabilities.
Click Generate to render the diagram.