Solved – Instantaneous Event Probability in Poisson Process

poisson process

In a homogeneous Poisson process with rate $\lambda$, what is the probability of observing an event in an "instant," that is, an infinitesimally small interval of length dt? I have read that the Poisson rate function $\lambda(t)$ can be defined as the "instantaneous probability of observing a spike at each point in time." (http://www.stat.columbia.edu/~liam/teaching/neurostat-spr11/uri-eden-point-process-notes.pdf) But for a homogeneous process with $\lambda(t) = \lambda$, how can this be when it is possible that $\lambda > 1$?

Best Answer

The instantaneous probability of observing a spike between $t$ and $t + dt$ is $\lambda(t)dt$ (mind the $dt$ term). This can be noticed directly from the definition. For example with the homogenous Poisson process: $$ P [(N(t+ \tau) - N(t)) = k] = \frac{e^{-\lambda \tau} (\lambda \tau)^k}{k!} $$

looking at $k = 1$ and $\tau = dt$ gives $P[dN(t)] = \lambda dt$.

Related Question