Mathlib Map

Theorems · Inductive type · statistics

ProbabilityTheory.HasArgminEstimator

{Θ : Type u_1} →
  {𝓧 : Type u_2} →
    {mΘ : MeasurableSpace Θ} →
      {m𝓧 : MeasurableSpace 𝓧} →
        [StandardBorelSpace Θ] →
          [Nonempty Θ] →
            {𝓨 : Type u_4} →
              [MeasurableSpace 𝓨] →
                (Θ → 𝓨 → ENNReal) →
                  (P : ProbabilityTheory.Kernel Θ 𝓧) →
                    [ProbabilityTheory.IsFiniteKernel P] →
                      (π : MeasureTheory.Measure Θ) → [MeasureTheory.IsFiniteMeasure π] → Prop

The estimation problem admits an argmin estimator with respect to the prior π. That is, we can choose the argmin of the posterior expected loss in a measurable way.

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

Around this declaration

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

Cites7

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

Cited by6

Results whose statement or proof uses this declaration.