Calculator Inputs
Example Data Table
| Period | Observed Failures | Exposure Hours | Mission Hours | Rate per Hour | Rate per 1000 Hours |
|---|---|---|---|---|---|
| Q1 | 4 | 5000 | 250 | 0.000800 | 0.800 |
| Q2 | 2 | 4200 | 200 | 0.000476 | 0.476 |
| Q3 | 6 | 7100 | 300 | 0.000845 | 0.845 |
| Q4 | 1 | 3900 | 180 | 0.000256 | 0.256 |
This example shows how identical formulas can compare several operating windows using consistent exposure and mission definitions.
Formula Used
Failure rate: λ = k / T, where k is observed failures and T is total exposure.
Expected failures: μ = λ × t, where t is mission duration.
Reliability for zero failures: R(t) = e-μ.
At least one failure: P(X ≥ 1) = 1 - e-μ.
Exactly x failures: P(X = x) = e-μ μx / x!.
MTBF: MTBF = 1 / λ when λ is greater than zero.
Confidence interval: The calculator uses a chi-square approximation for Poisson rate bounds, which is practical for quick screening and planning.
How to Use This Calculator
- Enter the observed failure count collected from logs, inspections, or event records.
- Provide the total exposure over which those failures were observed.
- Choose the exposure unit so the output labels match your dataset.
- Add the mission duration to estimate expected failures and zero-failure reliability.
- Set the exact failure count if you want the probability for a specific event total.
- Pick a confidence level for the failure-rate interval.
- Enter asset count, downtime, and cost values for scenario planning.
- Submit the form to show results above the form and export them as CSV or PDF.
Frequently Asked Questions
1. What does this calculator estimate?
It estimates Poisson failure rate, mission reliability, expected failures, confidence bounds, and scenario metrics such as downtime, cost, and fleet risk.
2. When is a Poisson model appropriate?
Use it when failures are counted over exposure, occur independently, and have a roughly stable average rate within the observation window.
3. What is exposure in this context?
Exposure is the total monitored opportunity for failure, such as operating hours, test cycles, distance, or device-days.
4. Why does the calculator show mission reliability?
Mission reliability gives the probability of zero failures during the selected mission duration, which is often the clearest operational planning metric.
5. What if observed failures are zero?
The estimated rate becomes zero, MTBF becomes infinite, and the upper confidence bound still helps show plausible hidden risk.
6. What does the normalized rate basis do?
It rescales the same rate into easier units, such as failures per 100, per 1000, or per 1,000,000 exposure units.
7. Are the confidence limits exact?
They are based on a chi-square approximation, which is very useful for screening, dashboards, and planning, though formal studies may need exact statistical routines.
8. Can I use this for multiple assets?
Yes. Enter the asset count to scale expected failures and estimate the chance that at least one asset fails during the mission.