Exact CI for a Poisson Mean
Computes the exact confidence interval for the mean of a Poisson distribution, from an observed event count. It's the right tool for count data: number of defects per batch, accidents per month, particles detected per interval. The calculation uses the exact relationship between the Poisson and the chi-square distribution (Garwood's method), giving reliable bounds even when very few events were observed. Enter the number of events and the confidence level.
Resultado
—
Exact CI for a Poisson Mean
Computes the exact confidence interval for the mean of a Poisson distribution, from an observed event count. It's the right tool for count data: number of defects per batch, accidents per month, particles detected per interval. The calculation uses the exact relationship between the Poisson and the chi-square distribution (Garwood's method), giving reliable bounds even when very few events were observed. Enter the number of events and the confidence level.
How many events per interval, with a margin
Count data are everywhere: defects per batch, calls per hour, particles per sample, accidents per month. The Poisson distribution models this kind of phenomenon, and the practical question is: from an observed count, what is the plausible range for the true event rate? This exact confidence interval answers that.
The calculation exploits an elegant mathematical relationship between the Poisson and the chi-square distributions, known as Garwood's method. Instead of approximating the Poisson by a normal — which fails when there are few events — the bounds come directly from chi-square quantiles, with degrees of freedom derived from the observed count. This keeps the interval reliable even when only a handful of events, or none, were observed.
Enter the number of observed events and the confidence level. The tool returns the exact bounds for the Poisson mean. It's the correct option whenever the normal approximation would be risky because of a low count, a common situation with rare events, where uncertainty is greatest and deserves a rigorous method.
Related Tools
Clopper-Pearson Binomial CI (Exact)
Computes the exact Clopper-Pearson confidence interval for a binomial proportion. Unlike the Wald formula and even Wilson's, which are approximations, Clopper-Pearson is built directly on the binomial distribution, guaranteeing coverage of at least the nominal level — which is why it's regarded as the reference conservative interval. It's the choice when you need a rigorous guarantee, even with small samples. Enter the successes, the total and the confidence level.
Prediction Interval (New Observation)
Computes the prediction interval for a new individual observation, from a sample. Be careful not to confuse it with the confidence interval for the mean: that one estimates where the population mean lies; this one estimates where the next individual value you observe will fall — which is why it's always wider, carrying the uncertainty of the mean plus the natural variability of the data. The decisive factor is the √(1 + 1/n) under the t distribution. Enter the sample and the confidence level.
Basic Statistics Calculator
From a list of numbers, compute mean, median, mode, min, max, sum, standard deviation and variance (population and sample). Everything in your browser.
The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.