Documentation

Mathlib.Probability.Distributions.Poisson

Poisson distributions over ℕ #

Define the Poisson measure over the natural numbers

Main definitions #

noncomputable def ProbabilityTheory.poissonPMFReal (r : NNReal) (n : ) :

The pmf of the Poisson distribution depending on its rate, as a function to ℝ

Equations
Instances For

    The Poisson pmf is positive for all natural numbers

    noncomputable def ProbabilityTheory.poissonPMF (r : NNReal) :

    The pmf of the Poisson distribution depending on its rate, as a PMF.

    Equations
    Instances For

      Measure defined by the Poisson distribution

      Equations
      Instances For