Statistics & Data Science · pattern A, Numeric fields
Enter the mean rate and the count of interest for the exact and cumulative probabilities, with the mean and variance that make the Poisson recognisable in an exam question.
P(X = k) = e^(−λ) λ^k ÷ k!
Models the number of independent events in a fixed interval when they occur at a constant average rate. The interval must match the rate: if λ is per hour, k is a count per hour.
0.132169
The Poisson distribution has the unusual property that its mean and variance are the same number, and that is the diagnostic worth remembering. If count data has a variance much larger than its mean it is overdispersed and the Poisson is the wrong model — a negative binomial usually fits better. Exam questions signal Poisson with phrases like average number per hour and independent events.
If the number is not the part you are stuck on, that is what the service is for — a specialist who explains the working, not just the answer.
Statistical output here is for coursework and learning. Reported p-values and intervals assume the conditions stated on the page; nothing here checks whether those conditions hold for your data.