Poisson point distribution

Like with the binomial distribution, the poisson distribution has a formula we can use to calculate the point distribution - the probability of the outcome exactly equalling a certain value.

The formula is:

P(X=x)=\frac{e^{-\lambda}\lambda^x}{x!}

Where:

What does this calculate?

The probability of getting exactly x occurrences in a given interval, given that the average number of occurrences in that interval is \lambda.