Calculator Inputs
Use manual rate mode when λ is known. Use estimate mode when you have observed interval counts and want λ inferred automatically.
Formula Used
1) Interval mean
μ = λt
λ is the event rate per unit time. t is the chosen interval length.
2) Exact event probability
P(N(t) = k) = e-μ μk / k!
This gives the probability of exactly k events in the interval.
3) Cumulative and interval probabilities
P(N(t) ≤ k) = Σ P(N(t) = i), for i = 0 to k
P(a ≤ N(t) ≤ b) = P(N(t) ≤ b) − P(N(t) ≤ a−1)
4) Mean and variance
E[N(t)] = μ
Var(N(t)) = μ
SD(N(t)) = √μ
5) Waiting times
E[T₁] = 1 / λ
E[Tk] = k / λ
The first waiting time is exponential. The k-th waiting time follows an Erlang model.
How to Use This Calculator
- Choose Manual λ when you already know the event rate, or select Estimate λ from data if you have observed counts.
- Enter the time interval t and the event thresholds k, a, and b.
- Set the graph range and preferred decimal precision, then submit the form.
- Review the result summary, detailed table, downloadable exports, and distribution graph above the form.
Example Data Table
This sample uses a mean of μ = 2.4 events per one-hour interval. It helps illustrate how observed counts compare with model probabilities.
| Interval | Observed Count | Expected Mean μ | Exact Probability P(N = observed) |
|---|---|---|---|
| Hour 1 | 1 | 2.4000 |