Blurb::
The parameter for the Poisson distribution, the expected number of events in the time interval of interest

Description::
The density function for the poisson distribution is given by:

.. math:: f(x) = \frac{\lambda e^{-\lambda}}{x!}

where :math:`\lambda`  is the frequency of events happening, and ``x`` is the number of events that occur.

Topics::

Examples::

Theory::

Faq::

See_Also::
