wiki:maths:poisson

Poissonian Processes

A Poissonian Process is one governed by Poisson Statistics.

Pois(X=x;λ)=λxeλx!

With the n-th sampling from this distribution being noted: xnPois(λ)

Here, λ is the average number of occurrences in some period, i.e., the average rate. And x is the number of times an occurrence occurred in a period of equal length.

xPois(λ) might then be:

  1. Given an average number of customers per day(λ), what is the probability that x visit tomorrow?
  2. Given an average number of cars passing under an overpass per hour (λ), what is the probability that x cars pass under an overpass from 10:43-10:44?
  3. Given an average number of raindrops collected in a small container per minute (λ), what is the probability that x are collected in the next minute?
  4. Number of photons incident on a detector per second – teehee

We don't need to know the average number of occurrences – we just need to be able to say that these phenomena are Poisson-distributed, i.e., sampled from an unknown Poisson Distribution.

In the limit of large average rates, the Poisson Distribution becomes indistinguishable from the Normal Distribution.

That is, as λ becomes large, Pois(λ)Norm(μ=λ,σ=λ)