This is the main entry: it applies a lifespan rule to your data.
1. Select the input format
Five formats, depending on the actual format of your data. That's the first decision you need to make.
| Format | Table Structure | Use Cases |
| Periods and Censorship | Start of period, end of period, number of failures, number of censored observations | Data Already Aggregated by Interval |
| Values and Censorship | Uptime, Outages, Numbers | Laboratory Tests |
| Sale and Return Dates | Date of sale, date of return, numbers, censorship | Item-by-Item Traceability |
| Date of Sale and Downtime | Date of sale, uptime, numbers, censorship | A variation on the previous one, useful for cars, where we think in terms of kilometers rather than time |
💡 Don't convert your data to fit a specific format—choose the format that matches what you have. Every manual conversion is an opportunity to lose data.


2. Configure the analysis
- Type of Analysis : 2- or 3-parameter Weibull, Kaplan-Meier; ;
- Calculation method : maximum likelihood or regression ;
- Confidence Level of the interval; ;
- Maximum x-coordinate of the graphs, to adjust the display.
💡 Plausibility or regression?
Maximum likelihood is statistically more efficient and handles censoring better; it is the default choice. Regression, which fits a straight line to the Weibull plot, is more visual and makes it easier to explain the results to others. On actual data, the two methods converge; if they diverge significantly, it is a sign that the distribution is a poor fit.
3. Kaplan-Meier
Kaplan-Meier does not adjust no law : It constructs the observed survival curve, step by step, taking censoring into account.

- Use Weibull when we want to extrapolate, make a 5-year forecast based on 1 year of historical data, or obtain an interpretable β.
- Use Kaplan-Meier when we want to describe something without making assumptions, or when the shape of the curve is clearly irregular.
Visit Kaplan-Meier survival comparison compares two groups: two suppliers, two versions, two usage conditions. It’s the right tool for answering the question, «Does the new version hold up better than the old one?».
4. Read the results
The Weibull paper aligns the data points if the model fits well. A distinct curvature suggests trying a 3-parameter Weibull model, or indicates a mixture of two failure modes.
The hazard graph shows the evolution of the failure rate over time; the direct reading of the regime is described by β.
⚠️ Mixing two failure modes in the same dataset results in a poor fit and an intermediate β that describes neither one nor the other. If you know the failure modes, Separate the data before adjusting it. A β of 1.2 may mask a β of 0.6 for infant mortality plus a β of 3 for wear and tear.
Ellistat flags cases where analysis is not possible: «No failures available for Weibull analysis with this selection»; if no failures have been observed, no distribution can be fitted.
