Poisson distributions over ℕ #
Define the Poisson measure over the natural numbers. For r : ℝ≥0, poissonMeasure r is the
measure which to {n} associates exp (-r) * r ^ n / (n)!.
Main definition #
poissonMeasure r: a Poisson measure onℕ, parametrized by its rater : ℝ≥0.
The poisson measure with rate r : ℝ≥0 as a measure over ℕ.
Instances For
If a function is integrable with respect to poissonMeasure r, then its integral
against this measure is given by its sum weighted by exp (-r) * r ^ n / n!.
See integral_poissonMeasure for a version where the codomain is finite-dimensional
and does not require the integrability hypothesis.
The integral of a function taking values in a finite-dimensional space
against poissonMeasure r is given by its sum weighted by exp (-r) * r ^ n / n!. This version
does not require integrability, as the integral exists if and only if the sum exists, and otherwise
they are both defined to be zero.
See integral_poissonMeasure' with a general codomain which assumes integrability.
The pmf of the Poisson distribution depending on its rate, as a function to ℝ
Instances For
The pmf of the Poisson distribution depending on its rate, as a PMF.