Mathlib Map

Theorems · Theorem · statistics

ProbabilityTheory.HasArgminEstimator.bayesRisk_eq

∀ {Θ : Type u_1} {𝓧 : Type u_2} {𝓨 : Type u_3} {mΘ : MeasurableSpace Θ} {m𝓧 : MeasurableSpace 𝓧}
  {m𝓨 : MeasurableSpace 𝓨} {ℓ : Θ → 𝓨 → ENNReal} {P : ProbabilityTheory.Kernel Θ 𝓧} {π : MeasureTheory.Measure Θ}
  [inst : StandardBorelSpace Θ] [inst_1 : Nonempty Θ] [inst_2 : ProbabilityTheory.IsFiniteKernel P]
  [inst_3 : MeasureTheory.IsFiniteMeasure π],
  Measurable (Function.uncurry ℓ) →
    ProbabilityTheory.HasArgminEstimator ℓ P π →
      ProbabilityTheory.bayesRisk ℓ P π =
        ∫⁻ (x : 𝓧), ⨅ y, ∫⁻ (θ : Θ), ℓ θ y ∂(ProbabilityTheory.posterior P π) x ∂π.bind ⇑P

If the estimation problem admits an argmin estimator, then the Bayesian risk attains the risk lower bound ∫⁻ x, ⨅ y, ∫⁻ θ, ℓ θ y ∂((P†π) x) ∂(P ∘ₘ π).

Defined in
Mathlib.Probability.Decision.BayesEstimator
Cited by
0 results in Mathlib
Foundations
Depth 286 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
StandardBorelSpaceNonemptyProbabilityTheory.IsFiniteKernelMeasureTheory.IsFiniteMeasure

Around this declaration

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

Cites18

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.