Home / Statistical Tools / Analysis Tools / Confidence Interval / Examples / CI for Poisson Rate
CI for Poisson Rate¶
The CI for Poisson Rate uses the exact chi-squared method to calculate a confidence interval for the rate of occurrence of count data, such as defects per day or incidents per week.
Goal¶
Calculate a 95% confidence interval for the average defect rate from daily defect counts.
Sample Data¶
Download ConfidenceInterval_Poisson.xlsx
Excel Protected View
When you open downloaded files, Excel displays a Protected View warning. You must click Enable Editing before you can use Quantum XL with the file.

Alternatively, you can copy the sample data from the table below and paste it directly into a new Excel workbook.
| Defects |
|---|
| 3 |
| 1 |
| 4 |
| 2 |
| 5 |
| 0 |
| 3 |
| 2 |
| 4 |
| 1 |
Each row represents the number of defects observed on one day. Quantum XL will calculate the total occurrences, the observed rate, and the confidence interval around that rate.
Steps¶
-
Launch the analysis
From the Excel ribbon, select QXL Stat Tools → Analysis Tools → Confidence Interval → CI for Poisson Rate.
-
Select your data
Select cells A1:A11 (the header row plus all 10 data rows).
-
Configure the analysis
In the Confidence Interval dialog:
- Data Columns: "Defects" should be checked
- Confidence Level: 0.95 (default)
Click Finish to generate the confidence interval.
Result¶
Quantum XL creates a whisker chart showing the 95% confidence interval for the Poisson rate. The statistics table shows:
- Sample Size — Number of observation periods (10 days)
- Total Occurrences — Sum of all defect counts (25)
- Rate of Occurrence — Average rate per period (2.5 defects per day)
- Lower Bound and Upper Bound — The 95% confidence interval for the true rate