Loading…

Poisson Errors for Counting Data

How are poisson errors computed for event counts, and how are they propagated to rates and background-subtracted measurements?

Subject: Statistics Chapter: Discrete Random Variables and Their Probability Distributions Topic: The Poisson Probability Distribution Answer included
poisson errors Poisson uncertainty counting statistics Poisson distribution sqrt(N) error variance equals mean relative error error propagation
Accepted answer Answer included

Poisson errors describe the intrinsic statistical uncertainty of discrete event counts when events occur independently at a constant average rate, as modeled by the Poisson distribution.

Poisson counting model and the meaning of poisson errors

A count \(N\) collected over a fixed exposure (time, area, volume, mass, or integrated luminosity) is often modeled as \(N \sim \text{Poisson}(\lambda)\), where \(\lambda\) is the expected number of events for that exposure. The defining property is equality of mean and variance: \[ \mathbb{E}[N] = \lambda,\qquad \mathrm{Var}(N) = \lambda. \] Poisson errors refer to the standard deviation implied by this variance.

Core rule (counts): \(\sigma_N = \sqrt{\lambda}\). With an observed count \(N\), the plug-in estimate is \(\sigma_N \approx \sqrt{N}\).

Relative Poisson error: \[ \frac{\sigma_N}{N} \approx \frac{1}{\sqrt{N}}\quad (N>0), \] showing that precision improves slowly; increasing the exposure by a factor of 4 typically halves the relative counting uncertainty.

Visualization of poisson errors in counts and relative uncertainty

Poisson errors: distribution and relative uncertainty Left panel: Poisson probability mass function for mean λ=9 with a shaded ±1σ region (σ=√λ). Right panel: relative Poisson error 1/√N versus observed counts N. Poisson distribution and ±1σ counting band Example mean: λ = 9, so σ = √λ = 3 0.00 0.05 0.10 0.15 mean k = 9 0 3 6 9 12 15 18 k (count value) Probability P(N = k) ±1σ band (6 to 12) P(N=k | λ=9) mean Relative Poisson error decreases as 1/√N Relative error ≈ σ/N ≈ 1/√N (for N>0) 1.0 0.5 0.2 0.1 1 10 25 50 100 Observed counts N Relative error (σ/N) N = 25 → 1/√N = 0.20
The left plot shows a Poisson probability distribution with mean λ and a shaded one-standard-deviation band of width √λ; the right plot shows how the relative poisson errors shrink as \(1/\sqrt{N}\) when more events are counted.

Poisson errors for rates and derived quantities

Many measurements are functions of one or more independent Poisson counts. Variances add for independent random variables, so poisson errors propagate naturally by quadrature.

Rate from a single count. For exposure time \(T\) (or any known exposure factor), the estimated rate is \(r = N/T\). With \(\sigma_N \approx \sqrt{N}\), \[ \sigma_r \approx \frac{\sqrt{N}}{T}. \]

Sum of independent counts. If \(N_1,\dots,N_m\) are independent Poisson counts, then \(N_{\text{tot}}=\sum_i N_i\) has \[ \sigma_{N_{\text{tot}}}^2 \approx \sum_{i=1}^m \sigma_{N_i}^2 \approx \sum_{i=1}^m N_i, \qquad \sigma_{N_{\text{tot}}} \approx \sqrt{\sum_i N_i}. \]

Background subtraction. For a signal region count \(S\) and a background region count \(B\) scaled by a known factor \(\alpha\), \[ N_{\text{net}} = S - \alpha B, \qquad \sigma_{N_{\text{net}}} \approx \sqrt{\sigma_S^2 + (\alpha\,\sigma_B)^2} \approx \sqrt{S + \alpha^2 B}. \] The net count can be negative from statistical fluctuation; the variance formula remains a variance statement under the model.

General propagation (delta method). For a smooth function \(y=f(N)\) of a single Poisson count, \[ \sigma_y \approx \left|\frac{dy}{dN}\right|\sqrt{N}, \] and for several independent counts \(N_i\), \[ \sigma_y^2 \approx \sum_i \left(\frac{\partial f}{\partial N_i}\right)^2 \sigma_{N_i}^2 \approx \sum_i \left(\frac{\partial f}{\partial N_i}\right)^2 N_i. \]

Small counts and asymmetric confidence intervals

The approximation \(\sigma_N \approx \sqrt{N}\) is most reliable when counts are moderate to large. For small counts, poisson errors are inherently asymmetric for the underlying mean \(\lambda\), and exact confidence intervals are often preferred.

A standard exact interval for the Poisson mean \(\lambda\) uses chi-square quantiles. For confidence level \(1-\alpha\), \[ \lambda_{\text{low}} = \begin{cases} 0, & N=0,\\[4pt] \tfrac12\,\chi^2_{2N,\,\alpha/2}, & N\ge 1, \end{cases} \qquad \lambda_{\text{high}} = \tfrac12\,\chi^2_{2(N+1),\,1-\alpha/2}, \] where \(\chi^2_{\nu,\,p}\) denotes the \(p\)-quantile of a chi-square distribution with \(\nu\) degrees of freedom.

The symmetric “\(N \pm \sqrt{N}\)” interval is a normal-approximation heuristic. The chi-square interval above remains well-defined at \(N=0\) and captures asymmetry when counts are small.

Observed count \(N\) Normal-style heuristic for \(\lambda\) (about 1σ) Exact 68.27% CI for \(\lambda\) (chi-square)
0 0.000 to 0.000 0.000 to 1.841
1 0.000 to 2.000 0.173 to 3.300
2 0.586 to 3.414 0.708 to 4.638
5 2.764 to 7.236 2.840 to 8.382
10 6.838 to 13.162 6.891 to 14.267
25 20.000 to 30.000 20.034 to 31.067

The \(N=0\) row illustrates a common practical issue: poisson errors cannot be represented by a symmetric “±√N” band around zero, while the upper confidence bound remains positive.

Interpretation and common pitfalls

Poisson errors represent random counting uncertainty under an independence-and-constant-rate model; systematic effects (changing rate over time, detector dead time, missed events, misclassification) add additional uncertainty that does not follow \(\sqrt{N}\).

Overdispersion (observed variability larger than Poisson) can arise from clustering, heterogeneity, or time-varying rates; in such cases poisson errors underestimate uncertainty and alternative models (for example, a negative binomial model) or empirical variance estimation becomes appropriate.

Weighted counts (non-integer event weights) are not Poisson counts; a common approximation for a weighted sum \(W=\sum w_i\) is \(\sigma_W \approx \sqrt{\sum w_i^2}\), which differs from \(\sqrt{W}\) when weights vary.

Vote on the accepted answer
Upvotes: 0 Downvotes: 0 Score: 0
Community answers No approved answers yet

No approved community answers are published yet. You can submit one below.

Submit your answer Moderated before publishing

Plain text only. Your name is required. Links, HTML, and scripts are blocked.

Fresh

Most recent questions

109 questions · Sorted by newest first

Showing 1–10 of 109
per page
  1. Mar 5, 2026 Published
    Formula of the Variance (Population and Sample)
    Statistics Numerical Descriptive Measures Measures of Dispersion for Ungrouped Data
  2. Mar 5, 2026 Published
    Mean Median Mode Calculator (Formulas, Interpretation, and Example)
    Statistics Numerical Descriptive Measures Measures of Central Tendency for Ungrouped Data
  3. Mar 4, 2026 Published
    How to Calculate Standard Deviation in Excel (STDEV.S vs STDEV.P)
    Statistics Numerical Descriptive Measures Measures of Dispersion for Ungrouped Data
  4. Mar 4, 2026 Published
    Suppose T and Z Are Random Variables: How T Relates to Z in the t Distribution
    Statistics Estimation of the Mean and Proportion Estimation of a Population Mean σ Not Known the T Distribution
  5. Mar 4, 2026 Published
    What Does R Squared Mean in Statistics (Coefficient of Determination)
    Statistics Simple Linear Regression Coefficient of Determination
  6. Mar 3, 2026 Published
    Box and Plot Graph (Box Plot) Explained
    Statistics Numerical Descriptive Measures Box and Whisker Plot
  7. Mar 3, 2026 Published
    How to Calculate a Z Score
    Statistics Continuous Random Variables and the Normal Distribution Standardizing a Normal Distribution
  8. Mar 3, 2026 Published
    How to Calculate Relative Frequency
    Statistics Organizing and Graphing Data Organizing and Graphing Quantitative Data
  9. Mar 3, 2026 Published
    Is zero an even number?
    Statistics Numerical Descriptive Measures Measures of Central Tendency for Ungrouped Data
  10. Mar 3, 2026 Published
    Monty Hall Paradox (Conditional Probability Explained)
    Statistics Probability Marginal and Conditional Probabilities
Showing 1–10 of 109
Open the calculator for this topic