cumulative failure distribution
**Cumulative failure distribution** is the **probability curve that shows what fraction of a population has failed by a given time** - it is the direct view of accumulated reliability loss and the complement of the survival curve used in lifetime planning.
**What Is Cumulative failure distribution?**
- **Definition**: Function F(t) that returns probability of failure occurrence on or before time t.
- **Relationship**: Reliability function is R(t)=1-F(t), so both describe the same population from opposite perspectives.
- **Data Inputs**: Time-to-failure observations, censored samples, stress condition metadata, and mechanism labels.
- **Common Models**: Empirical Kaplan-Meier curves, Weibull CDF fits, and lognormal CDF projections.
**Why Cumulative failure distribution Matters**
- **Warranty Planning**: Directly answers what fraction is expected to fail within customer service windows.
- **Risk Communication**: Cumulative form is intuitive for product and support teams that track total fallout.
- **Model Validation**: Comparing measured and predicted CDF exposes fit error in tail regions.
- **Mechanism Comparison**: Different failure mechanisms produce distinct CDF curvature and inflection behavior.
- **Program Decisions**: Release gates can be tied to cumulative failure limits at defined mission time points.
**How It Is Used in Practice**
- **Curve Construction**: Build nonparametric CDF from observed fails and censored survivors, then overlay fitted models.
- **Percentile Extraction**: Read B1, B10, or other percentile life metrics from the cumulative curve.
- **Continuous Refresh**: Update CDF with new qualification and field data to keep forecasts current.
Cumulative failure distribution is **the clearest picture of population-level reliability loss over time** - teams use it to translate raw failure data into concrete lifetime risk decisions.