Theorems · Theorem · probability
ProbabilityTheory.iteratedDeriv_mgf
∀ {Ω : Type u_1} {m : MeasurableSpace Ω} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω} {t : ℝ},
t ∈ interior (ProbabilityTheory.integrableExpSet X μ) →
∀ (n : ℕ), iteratedDeriv n (ProbabilityTheory.mgf X μ) t = ∫ (x : Ω), (fun ω => X ω ^ n * Real.exp (t * X ω)) x ∂μFor t ∈ interior (integrableExpSet X μ), the n-th derivative of mgf X μ at t is
μ[X ^ n * exp (t * X)].
- Defined in
- Mathlib.Probability.Moments.MGFAnalytic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 269 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- one_mulproof · cited by 2,841
- MeasureTheory.integralstatement and proof · cited by 1,779
- pow_zeroproof · cited by 1,094
- Real.expstatement and proof · cited by 871
- interiorstatement and proof · cited by 714
- iteratedDerivstatement and proof · cited by 188
- HasDerivAt.derivproof · cited by 147
- ProbabilityTheory.mgfstatement and proof · cited by 113
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.iteratedDeriv_mgf_zeroproof · cited by 1
- ProbabilityTheory.hasFPowerSeriesAt_mgfproof · cited by 0