Calculator overview
Inputs and outputs
This summary comes from the calculator's published input and output contract.
Inputs
- SYS Architecture
-
Default Series (grid) Allowed Series (grid), Parallel (grid), K-out-of-N (identical)
About this input
Series and parallel modes read the component grid; K-out-of-N reads only the identical-component scalar inputs.
- SYS Identical Component Reliability Conditional
-
Unit fraction Default 0.95 Range 0 to 1
About this input
Common mission reliability p for every active component in K-out-of-N mode.
- SYS Total Component Count Conditional
-
Unit components Default 4 Range 1 to 100
About this input
Total identical active components in K-out-of-N mode.
- SYS Required Successes Conditional
-
Unit components Default 3 Range 1 to 4 (conditional)
About this input
Minimum number of successful components required. Its contract maximum follows N.
- SYS Component Reliability Grid Conditional
-
Default 4 rows
About this input
Up to 12 independent components. Both cells blank means unused; every used row needs a name and reliability from 0 through 1.
Column Range or allowed values Component Not declared Mission reliability 0 to 1
Outputs
- SYS System Reliability
-
Unit fraction
About this output
Mission reliability for the selected independent-component architecture.
- SYS System Failure Probability
-
Unit fraction
About this output
One minus system reliability.
- SYS Active Component Count
-
Unit components
About this output
Complete grid rows or the entered identical-component N.
- SYS Required Working Count
-
Unit components
About this output
N for series, 1 for parallel, or entered K.
- SYS Failure Tolerance
-
Unit components
About this output
N minus the required working count.
- SYS Weakest Component Reliability Conditional
-
Unit fraction
About this output
Minimum reliability among complete grid rows; hidden for identical-component mode.
- SYS Probability Exactly K Succeed Conditional
-
Unit fraction
About this output
Exact binomial probability of exactly K component successes.
- SYS Redundancy Benefit Conditional
-
Unit fraction
About this output
Selected architecture reliability minus the reliability if the same components were all required in series.
- SYS Architecture Description
-
No unit declared
About this output
Plain-language success rule for the selected architecture.
- Model Status
-
No unit declared
About this output
CHECK flags duplicate grid names; NOT VALID flags incomplete rows or invalid architecture inputs.
Methodology
Purpose and model boundary
This model calculates independent-component mission reliability for a heterogeneous series grid, a heterogeneous parallel grid, or an identical-component K-out-of-N architecture. It evaluates mission reliabilities entered by the user; it does not convert failure rates or MTBF, model repair or standby logic, or account for dependence.
Inputs and units
Series and parallel modes use active grid rows containing a component label and mission reliability p_i between zero and one. K-out-of-N mode instead uses common component reliability p, integer total count N, and integer required successes K with 1 ≤ K ≤ N ≤ 100.
Governing relationships
For independent series components:
R_series = product(p_i)
For independent active parallel components:
R_parallel = 1 - product(1-p_i)
For identical independent K-out-of-N components:
R_K/N = sum from j=K to N of C(N,j) p^j (1-p)^(N-j)
failure probability = 1 - system reliability
The workbook also calculates failure tolerance N-K, the probability that exactly K components succeed, and redundancy benefit relative to requiring every modeled component. The chart applies the selected architecture to equal component-reliability values as a sensitivity benchmark; it does not reproduce a heterogeneous grid.
Calculation sequence
- Validate the architecture and only its active grid or identical-component inputs.
- In grid mode, require at least one complete row and validate all 12 rows as either complete or empty.
- Calculate the selected series product, parallel complement product, or exact binomial tail.
- Calculate supporting counts, failure tolerance, weakest active component, exact-
Kprobability, and redundancy benefit where applicable. - Evaluate duplicate component labels only after the active grid is otherwise valid.
Outputs and interpretation
System reliability is a mission success probability under the selected logical architecture. Parallel and K-out-of-N improvements can be optimistic when failures share causes or loads. Component labels identify rows but do not bring any reliability data into the model.
Validation and status logic
| Condition, evaluated in order | Returned status |
|---|---|
Architecture is unsupported, a grid has no complete row, any grid row is partial/invalid, or p, K, or N violates the active domain |
NOT VALID |
| A valid series or parallel grid contains a duplicate component label | CHECK |
| None of the preceding conditions applies | OK |
This is the exact Validation!B20 precedence. A duplicate-name check never overrides an invalid grid. Invalid states return protected zero outputs and NOT AVAILABLE architecture text.
Assumptions and limitations
- Every component reliability refers to the same mission duration and environment.
- Component success/failure outcomes are statistically independent.
K-out-of-Nmode uses identical active components.- Common-cause failure, dependency, load sharing, repair, standby switching, imperfect coverage, degraded success criteria, and sequence logic are outside scope.
- No failure-rate database or architecture optimization is included.
Restrictions and non-computing states
Grid reliability cells must lie from zero through one. Each active row must include both its label and reliability; unused capacity rows must be empty. K and N must be integers with 1 ≤ K ≤ N ≤ 100. Inputs for inactive architectures are ignored.
Errors and warnings
NOT VALID blocks interpretation. CHECK warns that duplicate labels may make the modeled architecture ambiguous even though the arithmetic remains available. A connection or calculation-service failure is not a system-reliability finding.
References
The grid activation rules, series/parallel products, binomial sum, named outputs, and status precedence were verified directly against the delivered workbook, its published input rules, tests, and reviewer packet. The workbook identifies these technical sources:
- NIST/SEMATECH e-Handbook — Series model — Independent series-system reliability.
- NIST/SEMATECH e-Handbook — Parallel model — Independent parallel-system reliability.
- NIST/SEMATECH e-Handbook — R-out-of-N model — Identical independent K-out-of-N reliability.
Found a problem, or have an idea?
Tell us if a result looks wrong, a label is unclear, or something is missing. We read every message.
LogicCommons is in beta. If a result, label, or reference looks wrong, tell us here; we read every message.