Poisson Confidence Interval

Use when you must compute a confidence interval for a Poisson rate from a count over an exposure: estimate the rate lambda_hat = k / T, form the exact Garwood interval from in-leaf chi-square quantiles with lower bound chi2(2k, alpha/2)/(2T) and upper bound chi2(2k+2, 1-alpha/2)/(2T), and report the normal approximation as the large-count cross-check. Produces the rate estimate, the exact lower and upper bounds per exposure unit, the approximation bounds, and the containment verdict that gates defect-rate and rare-event claims. Trigger: poisson rate confidence interval, defect count per flight cycle, garwood exact bound, count rate interval, rare event rate claim.

ashfordeOU Updated

File contents

ashfordeOU/aero-agent-skills/tree/main/skills/cross-cutting/numerics/poisson-confidence-interval commit b15dd07ffd

Frequently asked questions

npx skillmds@latest add ashfordeou/poisson-confidence-interval