Theorems · Theorem · statistics
ProbabilityTheory.avgRisk_fintype
∀ {Θ : Type u_1} {𝓧 : Type u_3} {𝓨 : Type u_5} {mΘ : MeasurableSpace Θ} {m𝓧 : MeasurableSpace 𝓧}
{m𝓨 : MeasurableSpace 𝓨} {ℓ : Θ → 𝓨 → ENNReal} {P : ProbabilityTheory.Kernel Θ 𝓧} {κ : ProbabilityTheory.Kernel 𝓧 𝓨}
{π : MeasureTheory.Measure Θ} [inst : Fintype Θ] [MeasurableSingletonClass Θ],
ProbabilityTheory.avgRisk ℓ P κ π = ∑ θ, (∫⁻ (y : 𝓨), ℓ θ y ∂(κ.comp P) θ) * π {θ}- Cited by
- 1 results in Mathlib
- Foundations
- Depth 215 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- MeasurableSingletonClassstatement and proof · cited by 230
- ProbabilityTheory.Kernel.compstatement and proof · cited by 129
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.bayesRisk_fintypeproof · cited by 0