Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.charFun_map_cast_poissonMeasure

∀ (r : NNReal) (t : ℝ),
  MeasureTheory.charFun (MeasureTheory.Measure.map Nat.cast (ProbabilityTheory.poissonMeasure r)) t =
    Complex.exp (↑↑r * (Complex.exp (↑t * Complex.I) - 1))

The characteristic function of the Poisson distribution with rate r is t ↦ exp(r(exp(it) - 1)).

Defined in
Mathlib.Probability.Distributions.Poisson.Basic
Cited by
0 results in Mathlib
Foundations
Depth 261 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites47

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.